Home
last modified time | relevance | path

Searched refs:bbatt (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/b43/
Dlo.c40 const struct b43_bbatt *bbatt, in b43_find_lo_calib() argument
46 if (!b43_compare_bbatt(&c->bbatt, bbatt)) in b43_find_lo_calib()
758 const struct b43_bbatt *bbatt, in b43_calibrate_lo_setting() argument
789 max_rx_gain += bbatt->att / 2; in b43_calibrate_lo_setting()
797 b43_gphy_set_baseband_attenuation(dev, bbatt->att); in b43_calibrate_lo_setting()
806 bbatt->att, rfatt->att, rfatt->with_padmix, in b43_calibrate_lo_setting()
815 memcpy(&cal->bbatt, bbatt, sizeof(*bbatt)); in b43_calibrate_lo_setting()
828 const struct b43_bbatt *bbatt, in b43_get_calib_lo_settings() argument
834 c = b43_find_lo_calib(lo, bbatt, rfatt); in b43_get_calib_lo_settings()
839 c = b43_calibrate_lo_setting(dev, bbatt, rfatt); in b43_get_calib_lo_settings()
[all …]
Dphy_g.c219 const struct b43_bbatt *bbatt, in b43_set_txpower_g() argument
228 bb = bbatt->att; in b43_set_txpower_g()
240 memmove(&gphy->bbatt, bbatt, sizeof(*bbatt)); in b43_set_txpower_g()
1706 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb5()
1815 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb6()
1866 backup_bband = gphy->bbatt.att; in b43_calc_loopback_gain()
2147 struct b43_bbatt bbatt; in b43_phy_init_pctl() local
2150 memcpy(&old_bbatt, &gphy->bbatt, sizeof(old_bbatt)); in b43_phy_init_pctl()
2153 bbatt.att = 11; in b43_phy_init_pctl()
2161 b43_set_txpower_g(dev, &bbatt, &rfatt, 0); in b43_phy_init_pctl()
[all …]
Dlo.h24 struct b43_bbatt bbatt; member
79 u16 rfatt, u16 bbatt, u16 tx_control);
Dphy_g.h148 struct b43_bbatt bbatt; member
Ddebugfs.c511 active = (b43_compare_bbatt(&cal->bbatt, &phy->g->bbatt) && in loctls_read_file()
515 cal->bbatt.att, in loctls_read_file()
/drivers/net/wireless/b43legacy/
Dphy.c193 saved_batt = phy->bbatt; in b43legacy_phy_init_pctl()
837 backup_bband = phy->bbatt; in b43legacy_calc_loopback_gain()
1312 u16 bbatt, in b43legacy_find_lopair() argument
1319 if (bbatt > 6) in b43legacy_find_lopair()
1320 bbatt = 6; in b43legacy_find_lopair()
1324 return b43legacy_get_lopair(phy, rfatt, bbatt); in b43legacy_find_lopair()
1325 return b43legacy_get_lopair(phy, dict[rfatt], bbatt); in b43legacy_find_lopair()
1333 return b43legacy_find_lopair(dev, phy->bbatt, in b43legacy_current_lopair()
1465 u16 bbatt) in b43legacy_phy_set_baseband_attenuation() argument
1472 value |= (bbatt & 0x000F); in b43legacy_phy_set_baseband_attenuation()
[all …]
Db43legacy.h480 u16 bbatt; member
Dradio.c1941 baseband_attenuation = phy->bbatt; in b43legacy_radio_set_txpower_bg()
1946 phy->bbatt = baseband_attenuation; in b43legacy_radio_set_txpower_bg()
Dmain.c3009 phy->bbatt = b43legacy_default_baseband_attenuation(dev); in setup_struct_phy_for_init()
3148 phy->bbatt = b43legacy_default_baseband_attenuation(dev); in prepare_phy_data_for_init()