Home
last modified time | relevance | path

Searched refs:ah_eeprom (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c150 mptr = &ahp->ah_eeprom; in ar9300_eeprom_template_install()
417 mptr = &ahp->ah_eeprom; in ar9300_eeprom_attach()
426 mptr = &ahp->ah_eeprom; in ar9300_eeprom_attach()
429 ahp->ah_eeprom.mac_addr[0] = 0x00; in ar9300_eeprom_attach()
430 ahp->ah_eeprom.mac_addr[1] = 0x03; in ar9300_eeprom_attach()
431 ahp->ah_eeprom.mac_addr[2] = 0x7F; in ar9300_eeprom_attach()
463 ar9300_eeprom_t *eep = &ahp->ah_eeprom; in ar9300_eeprom_get()
3318 *pp_e = &(AH9300(ah)->ah_eeprom); in ar9300_eeprom_dump_support()
4418 mptr = &ahp->ah_eeprom; in ar9300_eeprom_restore()
4719 ahp_Eeprom = &ahp->ah_eeprom; in ar9300_eeprom_tx_gain_table_index_max_apply()
[all …]
H A Deeprom.diff62 ahp->ah_eeprom.mac_addr[4] = 0xD0;
63 ahp->ah_eeprom.mac_addr[5] = 0x00;
279 mptr = &ahp->ah_eeprom;
H A Dar9300_paprd.c74 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()
522 if (ar9300_eeprom_set_transmit_power(ah, &ahp->ah_eeprom, chan, in ar9300_enable_paprd()
H A Dar9300_misc.c1229 *result = &ahp->ah_eeprom; in ar9300_get_diag_state()
3892 ar9300_eeprom_t *p_eep_data = &ahp->ah_eeprom; in ar9300_set_ctl_pwr()
H A Dar9300_reset.c1312 ah, &ahp->ah_eeprom, chan, ath_hal_getctl(ah, chan), in ar9300_channel_change()
2760 if (ar9300_eeprom_set_transmit_power(ah, &ahp->ah_eeprom, chan, in ar9300_set_tx_power_limit()
3206 status = ar9300_eeprom_set_transmit_power(ah, &ahp->ah_eeprom, chan, in ar9300_process_ini()
H A Dar9300.h408 ar9300_eeprom_t ah_eeprom; member
H A Dar9300_attach.c3410 ar9300_eeprom_t *eep = &AH9300(ah)->ah_eeprom; in ar9300_rf_gain_cap_apply()