Searched refs:txrxgain (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.h | 213 u8 txrxgain; member
|
H A D | ar9003_eeprom.c | 79 .txrxgain = 0, 657 .txrxgain = 0x21, 1236 .txrxgain = 0x10, 1815 .txrxgain = 0x0, 2393 .txrxgain = 0x10, 3561 PR_EEP("Tx Gain", pBase->txrxgain >> 4); in ath9k_hw_ar9003_dump_eeprom() 3562 PR_EEP("Rx Gain", pBase->txrxgain & 0xf); in ath9k_hw_ar9003_dump_eeprom() 5580 return (eep->baseEepHeader.txrxgain >> 4) & 0xf; /* bits 7:4 */ in ar9003_hw_get_tx_gain_idx() 5587 return (eep->baseEepHeader.txrxgain) & 0xf; /* bits 3:0 */ in ar9003_hw_get_rx_gain_idx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.h | 213 u8 txrxgain; member
|
H A D | ar9003_eeprom.c | 79 .txrxgain = 0, 657 .txrxgain = 0x21, 1236 .txrxgain = 0x10, 1815 .txrxgain = 0x0, 2393 .txrxgain = 0x10, 3561 PR_EEP("Tx Gain", pBase->txrxgain >> 4); in ath9k_hw_ar9003_dump_eeprom() 3562 PR_EEP("Rx Gain", pBase->txrxgain & 0xf); in ath9k_hw_ar9003_dump_eeprom() 5569 return (eep->baseEepHeader.txrxgain >> 4) & 0xf; /* bits 7:4 */ in ar9003_hw_get_tx_gain_idx() 5576 return (eep->baseEepHeader.txrxgain) & 0xf; /* bits 3:0 */ in ar9003_hw_get_rx_gain_idx()
|
Completed in 19 milliseconds