Home
last modified time | relevance | path

Searched refs:phymode (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/usb/
Dif_axe.c571 int gpio0, ledmode, phymode; in axe_ax88178_init() local
586 phymode = AXE_PHY_MODE_MARVELL; in axe_ax88178_init()
590 phymode = eeprom & 0x7f; in axe_ax88178_init()
595 DPRINTF("use gpio0: %jd, phymode %jd", gpio0, phymode, 0, 0); in axe_ax88178_init()
598 switch (phymode) { in axe_ax88178_init()
653 if (phymode == AXE_PHY_MODE_REALTEK_8211CL) { in axe_ax88178_init()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar5416_reset.c2207 uint32_t phymode; in ar5416Set11nRegs() local
2214 phymode = AR_PHY_FC_HT_EN | AR_PHY_FC_SHORT_GI_40 in ar5416Set11nRegs()
2219 phymode |= AR_PHY_FC_DYN2040_EN | AR_PHY_FC_SHORT_GI_40; in ar5416Set11nRegs()
2223 phymode |= AR_PHY_FC_DYN2040_PRI_CH; in ar5416Set11nRegs()
2227 phymode |= AR_PHY_FC_DYN2040_EXT_CH; in ar5416Set11nRegs()
2232 OS_REG_WRITE(ah, AR_PHY_TURBO, phymode); in ar5416Set11nRegs()