Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h268 u_int8_t txrxgain; member
H A Dar9300_eeprom.c437 ahp->ah_eeprom.base_eep_header.txrxgain = 0x10; in ar9300_eeprom_attach()
1253 return (eep->base_eep_header.txrxgain) & 0xf; /* bits 3:0 */ in ar9300_rx_gain_index_get()
1261 return (eep->base_eep_header.txrxgain >> 4) & 0xf; /* bits 7:4 */ in ar9300_tx_gain_index_get()
/freebsd/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c115 ee_base->txrxgain, in eeprom_9300_base_print()