Home
last modified time | relevance | path

Searched refs:AR_PHY_FC_DYN2040_EN (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/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()
/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416phy.h131 #define AR_PHY_FC_DYN2040_EN 0x00000004 /* Enable dyn 20/40 mode */ macro
HDar5416_reset.c2604 phymode |= AR_PHY_FC_DYN2040_EN; in ar5416Set11nRegs()