Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c4739 int i, u_int8_t *pcdac) in ar9300_eeprom_get_pcdac_tx_gain_table_i() argument
4745 *pcdac = 0; in ar9300_eeprom_get_pcdac_tx_gain_table_i()
4750 *pcdac = ((tx_gain >> 24) & 0xff); in ar9300_eeprom_get_pcdac_tx_gain_table_i()
4767 u_int8_t pcdac = 0; in ar9300_eeprom_set_tx_gain_cap() local
4790 ar9300_eeprom_get_pcdac_tx_gain_table_i(ah, ig, &pcdac); in ar9300_eeprom_set_tx_gain_cap()
4791 if (pcdac >= tx_gain_max[i]) in ar9300_eeprom_set_tx_gain_cap()
4796 if (pcdac == tx_gain_max[i]) in ar9300_eeprom_set_tx_gain_cap()