Searched refs:modal_hdr (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
A D | eeprom_def.c | 136 struct modal_eep_header *modal_hdr) in ath9k_def_dump_modal_eeprom() argument 158 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() 175 PR_EEP("xPA Bias Level", modal_hdr->xpaBiasLvl); in ath9k_def_dump_modal_eeprom() 194 PR_EEP("Chain1 OutputBias", modal_hdr->ob_ch1); in ath9k_def_dump_modal_eeprom() 195 PR_EEP("Chain1 DriverBias", modal_hdr->db_ch1); in ath9k_def_dump_modal_eeprom() [all …]
|
A D | eeprom_4k.c | 89 PR_EEP("txEndToRxOn", modal_hdr->txEndToRxOn); in ath9k_dump_4k_modal_eeprom() 91 PR_EEP("CCA Threshold)", modal_hdr->thresh62); in ath9k_dump_4k_modal_eeprom() 93 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() [all …]
|
A D | eeprom_9287.c | 80 struct modal_eep_ar9287_header *modal_hdr) in ar9287_dump_modal_eeprom() argument 94 PR_EEP("txEndToRxOn", modal_hdr->txEndToRxOn); in ar9287_dump_modal_eeprom() 96 PR_EEP("CCA Threshold)", modal_hdr->thresh62); 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() [all …]
|
A D | ar9003_eeprom.c | 3410 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() 3430 PR_EEP("xPA Bias Level", modal_hdr->xpaBiasLvl); in ar9003_dump_modal_eeprom() 3434 PR_EEP("txClip", modal_hdr->txClip); in ar9003_dump_modal_eeprom() 5453 struct ar9300_modal_eep_header *modal_hdr; in ath9k_hw_ar9300_set_txpower() local 5469 modal_hdr = &eep->modalHeader2G; in ath9k_hw_ar9300_set_txpower() 5471 modal_hdr = &eep->modalHeader5G; in ath9k_hw_ar9300_set_txpower() 5474 le32_to_cpu(modal_hdr->papdRateMaskHt20) & in ath9k_hw_ar9300_set_txpower() [all …]
|
Completed in 17 milliseconds