Searched refs:modal_header_2g (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.c1500 return eep->modal_header_2g.xpa_bias_lvl;
1540 return eep->modal_header_2g.ant_ctrl_common;
1550 return eep->modal_header_2g.switchcomspdt;
1559 return eep->modal_header_2g.ant_ctrl_common2;
1571 return eep->modal_header_2g.ant_ctrl_chain[chain];
1619 eep->modal_header_2g.ant_ctrl_common = *common_tbl1;
1620 eep->modal_header_2g.ant_ctrl_common2 = *common_tbl2;
1870 return eep->modal_header_2g.xatten1_db[chain];
1898 return eep->modal_header_2g.xatten1_margin[chain];
2034 return eep->modal_header_2g
[all...]
H A Dar9300eep.h377 OSPREY_MODAL_EEP_HEADER modal_header_2g; member in struct:ospreyEeprom
H A Dar9300.h707 u_int32_t ah_2g_paprd_rate_mask_ht20; /* Copy of eep->modal_header_2g.paprd_rate_mask_ht20 */
708 u_int32_t ah_2g_paprd_rate_mask_ht40; /* Copy of eep->modal_header_2g.paprd_rate_mask_ht40 */
929 #define AH_PAPRD_GET_SCALE_FACTOR(_scale, _eep, _is2G, _channel) do{ if(_is2G) { _scale = (_eep->modal_header_2g.paprd_rate_mask_ht20>>25)&0x7; \
H A Dar9300_attach.c3418 rf_gain_cap = (u_int32_t) eep->modal_header_2g.rf_gain_cap;

Completed in 65 milliseconds