Searched refs:phymode (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_axe.c547 int gpio0, ledmode, phymode; local
559 phymode = AXE_PHY_MODE_MARVELL;
563 phymode = eeprom & 0x7f;
570 "EEPROM data : 0x%04x, phymode : 0x%02x\n", eeprom,
571 phymode);
573 switch (phymode) {
628 if (phymode == AXE_PHY_MODE_REALTEK_8211CL) {
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2581 uint32_t phymode; local
2589 phymode = AR_PHY_FC_HT_EN | AR_PHY_FC_SHORT_GI_40
2594 phymode |= AR_PHY_FC_DYN2040_EN;
2598 phymode |= AR_PHY_FC_DYN2040_PRI_CH;
2602 phymode |= AR_PHY_FC_DYN2040_EXT_CH;
2607 OS_REG_WRITE(ah, AR_PHY_TURBO, phymode);
/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c817 u_int32_t phymode; local
826 phymode =
831 phymode |= AR_PHY_GC_DYN2040_EN;
834 phymode |= AR_PHY_GC_DYN2040_PRI_CH;
840 phymode |= AR_PHY_GC_DYN2040_EXT_CH;
846 phymode |= OS_REG_READ(ah, AR_PHY_GEN_CTRL);
849 phymode &= ~AR_PHY_GC_GF_DETECT_EN;
851 OS_REG_WRITE(ah, AR_PHY_GEN_CTRL, phymode);

Completed in 143 milliseconds