Home
last modified time | relevance | path

Searched refs:modal_header_2g (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c1500 return eep->modal_header_2g.xpa_bias_lvl; in ar9300_xpa_bias_level_get()
1540 return eep->modal_header_2g.ant_ctrl_common; in ar9300_ant_ctrl_common_get()
1550 return eep->modal_header_2g.switchcomspdt; in ar9300_switch_com_spdt_get()
1559 return eep->modal_header_2g.ant_ctrl_common2; in ar9300_ant_ctrl_common2_get()
2006 return eep->modal_header_2g.quick_drop; in ar9300_quick_drop_get()
2043 return eep->modal_header_2g.tx_end_to_xpa_off; in ar9300_tx_end_to_xpa_off_get()
2313 temp_slope = eep->modal_header_2g.temp_slope; in ar9300_power_control_override()
4303 eep->modal_header_2g.ant_ctrl_common = dword; in ar9300_swap_eeprom()
4306 eep->modal_header_2g.ant_ctrl_common2 = dword; in ar9300_swap_eeprom()
4387 mptr->modal_header_2g.paprd_rate_mask_ht40; in ar9300_eeprom_restore()
[all …]
H A Dar9300eep.h371 OSPREY_MODAL_EEP_HEADER modal_header_2g; member
H A Dar9300.h935 …ACTOR(_scale, _eep, _is2G, _channel) do{ if(_is2G) { _scale = (_eep->modal_header_2g.paprd_rate_ma…
H A Dar9300_attach.c3411 rf_gain_cap = (u_int32_t) eep->modal_header_2g.rf_gain_cap; in ar9300_rf_gain_cap_apply()