Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ar9170/
Deeprom.h49 u8 txRxAttenCh[AR5416_MAX_CHAINS]; member
Dphy.c487 newval = (defval & ~0x3f000) | ((m->txRxAttenCh[0] & 0x3f) << 12); in ar9170_init_phy_from_eeprom()
492 newval = (defval & ~0x3f000) | ((m->txRxAttenCh[1] & 0x3f) << 12); in ar9170_init_phy_from_eeprom()
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Deeprom.h337 u8 txRxAttenCh[AR5416_MAX_CHAINS]; member
387 u8 txRxAttenCh[AR5416_EEP4K_MAX_CHAINS]; member
470 u8 txRxAttenCh[AR9287_MAX_CHAINS]; member
Deeprom_9287.c901 txRxAttenLocal = pModal->txRxAttenCh[i]; in ath9k_hw_ar9287_set_board_values()
Deeprom_4k.c738 txRxAttenLocal = pModal->txRxAttenCh[0]; in ath9k_hw_4k_set_gain()
Deeprom_def.c346 txRxAttenLocal = pModal->txRxAttenCh[i]; in ath9k_hw_def_set_gain()
/linux-2.6.39/drivers/net/wireless/ath/carl9170/
Deeprom.h51 u8 txRxAttenCh[AR5416_MAX_CHAINS]; member
Dphy.c491 SET_VAL(AR9170_PHY_RXGAIN_TXRX_ATTEN, val, m->txRxAttenCh[0]); in carl9170_init_phy_from_eeprom()
497 SET_VAL(AR9170_PHY_RXGAIN_TXRX_ATTEN, val, m->txRxAttenCh[1]); in carl9170_init_phy_from_eeprom()