Searched refs:txRxAttenCh (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | eeprom.h | 331 u8 txRxAttenCh[AR5416_MAX_CHAINS]; member 381 u8 txRxAttenCh[AR5416_EEP4K_MAX_CHAINS]; member 468 u8 txRxAttenCh[AR9287_MAX_CHAINS]; member
|
D | eeprom_def.c | 143 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); in ath9k_def_dump_modal_eeprom() 144 PR_EEP("Chain1 TxRxAtten", modal_hdr->txRxAttenCh[1]); in ath9k_def_dump_modal_eeprom() 145 PR_EEP("Chain2 TxRxAtten", modal_hdr->txRxAttenCh[2]); in ath9k_def_dump_modal_eeprom() 471 txRxAttenLocal = pModal->txRxAttenCh[i]; in ath9k_hw_def_set_gain()
|
D | eeprom_9287.c | 83 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); in ar9287_dump_modal_eeprom() 84 PR_EEP("Chain1 TxRxAtten", modal_hdr->txRxAttenCh[1]); in ar9287_dump_modal_eeprom() 935 txRxAttenLocal = pModal->txRxAttenCh[i]; in ath9k_hw_ar9287_set_board_values()
|
D | eeprom_4k.c | 78 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); in ath9k_dump_4k_modal_eeprom() 786 txRxAttenLocal = pModal->txRxAttenCh[0]; in ath9k_hw_4k_set_gain()
|
/drivers/net/wireless/ath/carl9170/ |
D | eeprom.h | 51 u8 txRxAttenCh[AR5416_MAX_CHAINS]; member
|
D | phy.c | 491 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()
|