/freebsd/tools/tools/ath/ath_ee_9300_print/ |
H A D | main.c | 69 const ar9300_eeprom_t *ee = (ar9300_eeprom_t *) buf; in eeprom_9300_hdr_print() 85 const ar9300_eeprom_t *ee = (ar9300_eeprom_t *) buf; in eeprom_9300_base_print() 185 eeprom_9300_print_2g_target_cck(const ar9300_eeprom_t *ee) in eeprom_9300_print_2g_target_cck() 200 eeprom_9300_print_2g_target_ofdm(const ar9300_eeprom_t *ee) in eeprom_9300_print_2g_target_ofdm() 215 eeprom_9300_print_2g_target_ht20(const ar9300_eeprom_t *ee) in eeprom_9300_print_2g_target_ht20() 254 eeprom_9300_print_2g_target_ht40(const ar9300_eeprom_t *ee) in eeprom_9300_print_2g_target_ht40() 293 eeprom_9300_print_2g_ctls(const ar9300_eeprom_t *ee) in eeprom_9300_print_2g_ctls() 313 eeprom_9300_print_5g_target_ofdm(const ar9300_eeprom_t *ee) in eeprom_9300_print_5g_target_ofdm() 328 eeprom_9300_print_5g_target_ht20(const ar9300_eeprom_t *ee) in eeprom_9300_print_5g_target_ht20() 367 eeprom_9300_print_5g_target_ht40(const ar9300_eeprom_t *ee) in eeprom_9300_print_5g_target_ht40() [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_eeprom.c | 43 void ar9300_swap_eeprom(ar9300_eeprom_t *eep); 54 static ar9300_eeprom_t *default9300[] = 147 ar9300_eeprom_t *mptr, *dptr; in ar9300_eeprom_template_install() 167 ar9300_eeprom_restore_something(struct ath_hal *ah, ar9300_eeprom_t *mptr, in ar9300_eeprom_restore_something() 171 ar9300_eeprom_t *dptr; in ar9300_eeprom_restore_something() 413 ar9300_eeprom_t *mptr; in ar9300_eeprom_attach() 463 ar9300_eeprom_t *eep = &ahp->ah_eeprom; in ar9300_eeprom_get() 561 ar9300_ini_fixup(struct ath_hal *ah, ar9300_eeprom_t *p_eep_data, in ar9300_ini_fixup() 691 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; in ar9300_eeprom_get_legacy_trgt_pwr() 727 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; in ar9300_eeprom_get_ht20_trgt_pwr() [all …]
|
H A D | eeprom.diff | 136 ar9300_eeprom_restore_from_dram(struct ath_hal *ah, ar9300_eeprom_t *mptr, 157 @@ -4164,14 +4196,17 @@ ar9300_eeprom_restore_from_dram(struct ath_hal *ah, ar9300_eeprom_t *mptr, 175 @@ -4184,6 +4219,20 @@ ar9300_eeprom_restore_from_dram(struct ath_hal *ah, ar9300_eeprom_t *mptr, 196 @@ -4201,7 +4250,6 @@ ar9300_eeprom_restore_from_dram(struct ath_hal *ah, ar9300_eeprom_t *mptr, 204 @@ -4290,6 +4338,11 @@ ar9300_eeprom_restore_from_flash(struct ath_hal *ah, ar9300_eeprom_t *mptr, 216 @@ -4321,10 +4374,11 @@ ar9300_eeprom_restore_internal(struct ath_hal *ah, ar9300_eeprom_t *mptr, 229 @@ -4334,7 +4388,7 @@ ar9300_eeprom_restore_internal(struct ath_hal *ah, ar9300_eeprom_t *mptr, 238 @@ -4343,6 +4397,7 @@ ar9300_eeprom_restore_internal(struct ath_hal *ah, ar9300_eeprom_t *mptr, 246 @@ -4374,7 +4429,7 @@ ar9300_eeprom_restore_internal(struct ath_hal *ah, ar9300_eeprom_t *mptr, 255 @@ -4388,10 +4443,17 @@ ar9300_eeprom_restore_internal(struct ath_hal *ah, ar9300_eeprom_t *mptr,
|
H A D | ar9300eep.h | 406 } __packed ar9300_eeprom_t; typedef 621 extern void Ar9300EepromFormatConvert(ar9300_eeprom_t *mptr); 623 extern int ar9300_eeprom_restore_internal(struct ath_hal *ah, ar9300_eeprom_t *mptr, int /*msize*/); 631 extern ar9300_eeprom_t *ar9300EepromStructInit(int default_index); 632 extern ar9300_eeprom_t *ar9300EepromStructGet(void); 633 extern ar9300_eeprom_t *ar9300_eeprom_struct_default(int default_index); 634 extern ar9300_eeprom_t *ar9300_eeprom_struct_default_find_by_id(int ver); 645 ar9300_eeprom_t *p_eep_data,
|
H A D | ar9300template_wasp_k31.h | 28 static ar9300_eeprom_t ar9300_template_wasp_k31=
|
H A D | ar9300template_ap121.h | 33 static ar9300_eeprom_t ar9300_template_ap121=
|
H A D | ar9300template_aphrodite.h | 34 static ar9300_eeprom_t ar9300_template_aphrodite=
|
H A D | ar9300template_cus157.h | 33 static ar9300_eeprom_t Ar9300Template_cus157=
|
H A D | ar9300template_generic.h | 33 static ar9300_eeprom_t ar9300_template_generic=
|
H A D | ar9300template_hb112.h | 33 static ar9300_eeprom_t ar9300_template_hb112=
|
H A D | ar9300template_hb116.h | 34 static ar9300_eeprom_t ar9300_template_hb116=
|
H A D | ar9300template_osprey_k31.h | 33 static ar9300_eeprom_t ar9300_template_osprey_k31=
|
H A D | ar9300template_wasp_2.h | 33 static ar9300_eeprom_t ar9300_template_wasp_2=
|
H A D | ar9300template_xb112.h | 33 static ar9300_eeprom_t ar9300_template_xb112=
|
H A D | ar9300template_xb113.h | 33 static ar9300_eeprom_t ar9300_template_xb113=
|
H A D | ar9300.h | 408 ar9300_eeprom_t ah_eeprom; 1582 ar9300_eeprom_t *p_eep_data, 1587 ar9300_eeprom_t *p_eep_data, const struct ieee80211_channel *chan,
|
H A D | ar9300_paprd.c | 74 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; in ar9300_paprd_setup_single_table() 455 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; in ar9300_enable_paprd()
|
H A D | ar9300_misc.c | 1257 *resultsize = sizeof(ar9300_eeprom_t); in ar9300_get_diag_state() 3919 ar9300_eeprom_t *p_eep_data = &ahp->ah_eeprom; in ar9300_set_ctl_pwr()
|
H A D | ar9300_attach.c | 3410 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; in ar9300_rf_gain_cap_apply()
|