Home
last modified time | relevance | path

Searched refs:AR_PHY_TURBO (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211phy.h30 #define AR_PHY_TURBO 0x9804 /* PHY frame control register */ macro
HDar5211_reset.c602 OS_REG_WRITE(ah, AR_PHY_TURBO, IEEE80211_IS_CHAN_TURBO(chan) ? in ar5211ChipReset()
/NextBSD/sys/dev/ath/ath_hal/ar9002/
HDar9285_cal.c170 OS_REG_SET_BIT(ah, AR_PHY_TURBO, AR_PHY_FC_DYN2040_EN); in ar9285_hw_cl_cal()
181 OS_REG_CLR_BIT(ah, AR_PHY_TURBO, AR_PHY_FC_DYN2040_EN); in ar9285_hw_cl_cal()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212phy.h36 #define AR_PHY_TURBO 0x9804 /* frame control register */ macro
HDar5212_reset.c947 OS_REG_WRITE(ah, AR_PHY_TURBO, turbo); in ar5212ChipReset()
960 OS_REG_WRITE(ah, AR_PHY_TURBO, turbo); in ar5212ChipReset()
/NextBSD/sys/dev/ath/ath_hal/ar5312/
HDar5312_reset.c710 OS_REG_WRITE(ah, AR_PHY_TURBO, turbo); in ar5312ChipReset()
723 OS_REG_WRITE(ah, AR_PHY_TURBO, turbo); in ar5312ChipReset()
/NextBSD/tools/tools/ath/common/
HDdumpregs_5211.c269 DEFVOID(AR_PHY_TURBO, "PHY_TURBO"),
HDdumpregs_5416.c400 DEFBASIC(AR_PHY_TURBO, "PHYTURBO"),
HDdumpregs_5212.c346 DEFVOID(AR_PHY_TURBO, "PHY_TURBO"),
/NextBSD/sys/dev/otus/
HDif_otusreg.h126 #define AR_PHY_TURBO (AR_PHY_BASE + 0x0004) macro
HDif_otus.c2785 otus_write(sc, AR_PHY_TURBO, tmp); in otus_set_chan()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c2589 enableDacFifo = (OS_REG_READ(ah, AR_PHY_TURBO) & AR_PHY_FC_ENABLE_DAC_FIFO); in ar5416Set11nRegs()
2610 OS_REG_WRITE(ah, AR_PHY_TURBO, phymode); in ar5416Set11nRegs()