Searched refs:p_eep_data (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c554 ** \param p_eep_data Pointer to (filled in) eeprom data structure
561 ar9300_ini_fixup(struct ath_hal *ah, ar9300_eeprom_t *p_eep_data, argument
567 BASE_EEPDEF_HEADER *p_base = &(p_eep_data->base_eep_header);
2457 ar9300_eep_def_get_max_edge_power(ar9300_eeprom_t *p_eep_data, u_int16_t freq, argument
2462 &p_eep_data->ctl_freqbin_2G[idx][0] :
2463 &p_eep_data->ctl_freqbin_5G[idx][0];
2478 p_eep_data->ctl_power_data_2g[idx].ctl_edges[i].t_power;
2481 p_eep_data->ctl_power_data_5g[idx].ctl_edges[i].t_power;
2487 p_eep_data->ctl_power_data_2g[idx].ctl_edges[i - 1].flag)
2490 p_eep_data
2522 ar9300_eeprom_set_power_per_rate_table( struct ath_hal *ah, ar9300_eeprom_t *p_eep_data, const struct ieee80211_channel *chan, u_int8_t *p_pwr_array, u_int16_t cfg_ctl, u_int16_t antenna_reduction, u_int16_t twice_max_regulatory_power, u_int16_t power_limit, u_int8_t chainmask) argument
2895 ar9300_eeprom_set_transmit_power(struct ath_hal *ah, ar9300_eeprom_t *p_eep_data, const struct ieee80211_channel *chan, u_int16_t cfg_ctl, u_int16_t antenna_reduction, u_int16_t twice_max_regulatory_power, u_int16_t power_limit) argument
[all...]
H A Dar9300eep.h645 ar9300_eeprom_t *p_eep_data,
H A Dar9300.h1582 ar9300_eeprom_t *p_eep_data,
1587 ar9300_eeprom_t *p_eep_data, const struct ieee80211_channel *chan,
H A Dar9300_misc.c3888 ar9300_eeprom_t *p_eep_data = &ahp->ah_eeprom; local
3896 ctl_index = p_eep_data->ctl_index_2g;
3905 ctl_index = p_eep_data->ctl_index_5g;

Completed in 112 milliseconds