HomeSort by: relevance | last modified time | path
    Searched defs:phymode (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 47 milliseconds