Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/tools/ath/athdecode/
HDmain.c393 …} else if (AR_PHY_PCDAC_TX_POWER(0) <= r->reg && r->reg < AR_PHY_PCDAC_TX_POWER(PWR_TABLE_SIZE/2))… in oprw()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212phy.h297 #define AR_PHY_PCDAC_TX_POWER(_n) (AR_PHY_PCDAC_TX_POWER_0 + ((_n)<<2)) macro
HDar5212_reset.c2081 OS_REG_WRITE(ah, AR_PHY_PCDAC_TX_POWER(i), in ar5212SetTransmitPower()