Searched refs:txRxAttenCh (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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()
|
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ ! |
D | eeprom.h | 343 u8 txRxAttenCh[AR5416_MAX_CHAINS]; member 393 u8 txRxAttenCh[AR5416_EEP4K_MAX_CHAINS]; member 480 u8 txRxAttenCh[AR9287_MAX_CHAINS]; member
|
D | eeprom_def.c | 146 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); in ath9k_def_dump_modal_eeprom() 147 PR_EEP("Chain1 TxRxAtten", modal_hdr->txRxAttenCh[1]); in ath9k_def_dump_modal_eeprom() 148 PR_EEP("Chain2 TxRxAtten", modal_hdr->txRxAttenCh[2]); in ath9k_def_dump_modal_eeprom() 423 txRxAttenLocal = pModal->txRxAttenCh[i]; in ath9k_hw_def_set_gain()
|
D | eeprom_9287.c | 88 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); in ar9287_dump_modal_eeprom() 89 PR_EEP("Chain1 TxRxAtten", modal_hdr->txRxAttenCh[1]); in ar9287_dump_modal_eeprom() 877 txRxAttenLocal = pModal->txRxAttenCh[i]; in ath9k_hw_ar9287_set_board_values()
|
D | eeprom_4k.c | 83 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); in ath9k_dump_4k_modal_eeprom() 714 txRxAttenLocal = pModal->txRxAttenCh[0]; in ath9k_hw_4k_set_gain()
|