Home
last modified time | relevance | path

Searched refs:AR_PHY_RXGAIN (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
HDar9285_reset.c228 OS_REG_RMW_FIELD(ah, AR_PHY_RXGAIN, in ar9285SetBoardGain()
230 OS_REG_RMW_FIELD(ah, AR_PHY_RXGAIN, in ar9285SetBoardGain()
233 OS_REG_RMW_FIELD(ah, AR_PHY_RXGAIN + 0x1000, in ar9285SetBoardGain()
235 OS_REG_RMW_FIELD(ah, AR_PHY_RXGAIN + 0x1000, in ar9285SetBoardGain()
HDar9287_reset.c512 OS_REG_RMW_FIELD(ah, AR_PHY_RXGAIN + regChainOffset, in ar9287SetBoardValues()
515 OS_REG_RMW_FIELD(ah, AR_PHY_RXGAIN + regChainOffset, in ar9287SetBoardValues()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212phy.h86 #define AR_PHY_RXGAIN 0x9848 macro
HDar5212_reset.c1683 OS_REG_RMW_FIELD(ah, AR_PHY_RXGAIN, in ar5212SetBoardValues()
/freebsd-11-stable/tools/tools/ath/common/
HDdumpregs_5212.c356 DEFVOID(AR_PHY_RXGAIN, "PHY_RXGAIN"),
/freebsd-11-stable/sys/dev/otus/
HDif_otusreg.h130 #define AR_PHY_RXGAIN (AR_PHY_BASE + 0x0048) macro
HDif_otus.c2578 tmp = otus_phy_get_def(sc, AR_PHY_RXGAIN); in otus_set_board_values()
2581 otus_write(sc, AR_PHY_RXGAIN, tmp); in otus_set_board_values()
2583 tmp = otus_phy_get_def(sc, AR_PHY_RXGAIN + offset); in otus_set_board_values()
2586 otus_write(sc, AR_PHY_RXGAIN + offset, tmp); in otus_set_board_values()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
HDar5312_reset.c295 OS_REG_RMW_FIELD(ah, AR_PHY_RXGAIN, AR_PHY_RXGAIN_TXRX_RF_MAX, 0x0F); in ar5312Reset()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c1563 AR_PHY_RXGAIN + regChainOffset, in ar5416SetDefGainValues()
1566 AR_PHY_RXGAIN + regChainOffset, in ar5416SetDefGainValues()
1570 AR_PHY_RXGAIN + regChainOffset, in ar5416SetDefGainValues()
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300phy.h1433 #define AR_PHY_RXGAIN(_i) (AR_PHY_FORCEMAX_GAINS_0 + (AR_PHY_CHAIN_OFFSET * (_i))) macro