Searched refs:tx_gain (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c3264 unsigned long tx_gain, cal_run = 0;
3281 tx_gain = OS_REG_READ(ah, AR_PHY_TXGAIN_TAB(1) + i * 4);
3282 cal_gain[i] = (((tx_gain >> 5)& 0x7) << 2) |
3283 (((tx_gain >> 1) & 0x3) << 0);
H A Dar9300_eeprom.c4464 unsigned long tx_gain; local
4472 tx_gain = OS_REG_READ(ah, AR_PHY_TXGAIN_TAB(1) + i * 4);
4473 *pcdac = ((tx_gain >> 24) & 0xff);

Completed in 110 milliseconds