xl_flags          232 dev/cardbus/if_xl_cardbus.c 	sc->xl_flags = ecp->ecp_flags;
xl_flags          445 dev/ic/xl.c    	if (!(sc->xl_flags & XL_FLAG_PHYOK) && phy != 24)
xl_flags          463 dev/ic/xl.c    	if (!(sc->xl_flags & XL_FLAG_PHYOK) && phy != 24)
xl_flags          535 dev/ic/xl.c    	if (sc->xl_flags & XL_FLAG_EEPROM_OFFSET_30)
xl_flags          539 dev/ic/xl.c    		if (sc->xl_flags & XL_FLAG_8BITROM)
xl_flags          806 dev/ic/xl.c    		    ((sc->xl_flags & XL_FLAG_WEIRDRESET) ?
xl_flags          838 dev/ic/xl.c    	if (sc->xl_flags & XL_FLAG_INVERT_LED_PWR || 
xl_flags          839 dev/ic/xl.c    	    sc->xl_flags & XL_FLAG_INVERT_MII_PWR) {
xl_flags          843 dev/ic/xl.c    		    | ((sc->xl_flags & XL_FLAG_INVERT_LED_PWR)?XL_RESETOPT_INVERT_LED:0)
xl_flags          844 dev/ic/xl.c    		    | ((sc->xl_flags & XL_FLAG_INVERT_MII_PWR)?XL_RESETOPT_INVERT_MII:0)
xl_flags         2547 dev/ic/xl.c    	if (sc->xl_flags & (XL_FLAG_INVERT_LED_PWR|XL_FLAG_INVERT_MII_PWR)) {
xl_flags         2553 dev/ic/xl.c    		if (sc->xl_flags & XL_FLAG_INVERT_LED_PWR)
xl_flags         2556 dev/ic/xl.c    		if (sc->xl_flags & XL_FLAG_INVERT_MII_PWR)
xl_flags         2728 dev/ic/xl.c    	if (sc->xl_flags & XL_FLAG_NO_XCVR_PWR) {
xl_flags          597 dev/ic/xlreg.h 	int			xl_flags;
xl_flags          145 dev/pci/if_xl_pci.c 	sc->xl_flags = 0;
xl_flags          150 dev/pci/if_xl_pci.c 		sc->xl_flags |= XL_FLAG_EEPROM_OFFSET_30 | XL_FLAG_8BITROM;
xl_flags          153 dev/pci/if_xl_pci.c 		sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK |
xl_flags          155 dev/pci/if_xl_pci.c 		sc->xl_flags |= XL_FLAG_INVERT_LED_PWR|XL_FLAG_INVERT_MII_PWR;
xl_flags          156 dev/pci/if_xl_pci.c 		sc->xl_flags |= XL_FLAG_8BITROM;
xl_flags          159 dev/pci/if_xl_pci.c 		sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK |
xl_flags          161 dev/pci/if_xl_pci.c 		sc->xl_flags |= XL_FLAG_INVERT_LED_PWR|XL_FLAG_INVERT_MII_PWR;
xl_flags          165 dev/pci/if_xl_pci.c 		sc->xl_flags |= XL_FLAG_PHYOK;
xl_flags          168 dev/pci/if_xl_pci.c 		sc->xl_flags |= XL_FLAG_NO_MMIO;
xl_flags          235 dev/pci/if_xl_pci.c 	if (sc->xl_flags & XL_FLAG_FUNCREG) {
xl_flags          251 dev/pci/if_xl_pci.c 		if (sc->xl_flags & XL_FLAG_FUNCREG)
xl_flags          264 dev/pci/if_xl_pci.c 		if (sc->xl_flags & XL_FLAG_FUNCREG)