Home
last modified time | relevance | path

Searched refs:PR_EEP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom_def.c158 PR_EEP("txEndToRxOn", modal_hdr->txEndToRxOn); in ath9k_def_dump_modal_eeprom()
160 PR_EEP("CCA Threshold)", modal_hdr->thresh62); in ath9k_def_dump_modal_eeprom()
164 PR_EEP("xpdGain", modal_hdr->xpdGain); in ath9k_def_dump_modal_eeprom()
165 PR_EEP("External PD", modal_hdr->xpd); in ath9k_def_dump_modal_eeprom()
173 PR_EEP("Chain0 OutputBias", modal_hdr->ob); in ath9k_def_dump_modal_eeprom()
174 PR_EEP("Chain0 DriverBias", modal_hdr->db); in ath9k_def_dump_modal_eeprom()
194 PR_EEP("Chain1 OutputBias", modal_hdr->ob_ch1); in ath9k_def_dump_modal_eeprom()
196 PR_EEP("LNA Control", modal_hdr->lna_ctl); in ath9k_def_dump_modal_eeprom()
226 PR_EEP("Length", le16_to_cpu(pBase->length)); in ath9k_hw_def_dump_eeprom()
229 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_def_dump_eeprom()
[all …]
H A Deeprom_4k.c93 PR_EEP("xpdGain", modal_hdr->xpdGain); in ath9k_dump_4k_modal_eeprom()
94 PR_EEP("External PD", modal_hdr->xpd); in ath9k_dump_4k_modal_eeprom()
99 PR_EEP("CCK OutputBias", modal_hdr->ob_0); in ath9k_dump_4k_modal_eeprom()
100 PR_EEP("BPSK OutputBias", modal_hdr->ob_1); in ath9k_dump_4k_modal_eeprom()
101 PR_EEP("QPSK OutputBias", modal_hdr->ob_2); in ath9k_dump_4k_modal_eeprom()
102 PR_EEP("16QAM OutputBias", modal_hdr->ob_3); in ath9k_dump_4k_modal_eeprom()
103 PR_EEP("64QAM OutputBias", modal_hdr->ob_4); in ath9k_dump_4k_modal_eeprom()
104 PR_EEP("CCK Driver1_Bias", modal_hdr->db1_0); in ath9k_dump_4k_modal_eeprom()
151 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_4k_dump_eeprom()
152 PR_EEP("RX Mask", pBase->rxMask); in ath9k_hw_4k_dump_eeprom()
[all …]
H A Deeprom_9287.c94 PR_EEP("txEndToRxOn", modal_hdr->txEndToRxOn); in ar9287_dump_modal_eeprom()
99 PR_EEP("xpdGain", modal_hdr->xpdGain); in ar9287_dump_modal_eeprom()
100 PR_EEP("External PD", modal_hdr->xpd); in ar9287_dump_modal_eeprom()
115 PR_EEP("AR92x7 Version", modal_hdr->version); in ar9287_dump_modal_eeprom()
116 PR_EEP("DriverBias1", modal_hdr->db1); in ar9287_dump_modal_eeprom()
117 PR_EEP("DriverBias2", modal_hdr->db1); in ar9287_dump_modal_eeprom()
118 PR_EEP("CCK OutputBias", modal_hdr->ob_cck); in ar9287_dump_modal_eeprom()
119 PR_EEP("PSK OutputBias", modal_hdr->ob_psk); in ar9287_dump_modal_eeprom()
120 PR_EEP("QAM OutputBias", modal_hdr->ob_qam); in ar9287_dump_modal_eeprom()
147 PR_EEP("TX Mask", pBase->txMask); in ath9k_hw_ar9287_dump_eeprom()
[all …]
H A Dar9003_eeprom.c3410 PR_EEP("Ant. Gain", modal_hdr->antennaGain); in ar9003_dump_modal_eeprom()
3418 PR_EEP("Temp Slope", modal_hdr->tempSlope); in ar9003_dump_modal_eeprom()
3419 PR_EEP("Volt Slope", modal_hdr->voltSlope); in ar9003_dump_modal_eeprom()
3428 PR_EEP("Quick Drop", modal_hdr->quick_drop); in ar9003_dump_modal_eeprom()
3434 PR_EEP("txClip", modal_hdr->txClip); in ar9003_dump_modal_eeprom()
3525 PR_EEP("TX Mask", (pBase->txrxMask >> 4)); in ath9k_hw_ar9003_dump_eeprom()
3541 PR_EEP("RF Silent", pBase->rfSilent); in ath9k_hw_ar9003_dump_eeprom()
3543 PR_EEP("Device Cap", pBase->deviceCap); in ath9k_hw_ar9003_dump_eeprom()
3544 PR_EEP("Device Type", pBase->deviceType); in ath9k_hw_ar9003_dump_eeprom()
3561 PR_EEP("Tx Gain", pBase->txrxgain >> 4); in ath9k_hw_ar9003_dump_eeprom()
[all …]
H A Dhw.h115 #define PR_EEP(_s, _val) \ macro