Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/b43/
Dlo.c28 const struct b43_bbatt *bbatt, in b43_find_lo_calib() argument
34 if (!b43_compare_bbatt(&c->bbatt, bbatt)) in b43_find_lo_calib()
721 const struct b43_bbatt *bbatt, in b43_calibrate_lo_setting() argument
748 max_rx_gain += bbatt->att / 2; in b43_calibrate_lo_setting()
756 b43_gphy_set_baseband_attenuation(dev, bbatt->att); in b43_calibrate_lo_setting()
765 bbatt->att, rfatt->att, rfatt->with_padmix, in b43_calibrate_lo_setting()
774 memcpy(&cal->bbatt, bbatt, sizeof(*bbatt)); in b43_calibrate_lo_setting()
787 const struct b43_bbatt *bbatt, in b43_get_calib_lo_settings() argument
793 c = b43_find_lo_calib(lo, bbatt, rfatt); in b43_get_calib_lo_settings()
798 c = b43_calibrate_lo_setting(dev, bbatt, rfatt); in b43_get_calib_lo_settings()
[all …]
Dphy_g.c204 const struct b43_bbatt *bbatt, in b43_set_txpower_g() argument
213 bb = bbatt->att; in b43_set_txpower_g()
225 memmove(&gphy->bbatt, bbatt, sizeof(*bbatt)); in b43_set_txpower_g()
1570 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb5()
1677 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb6()
1724 backup_bband = gphy->bbatt.att; in b43_calc_loopback_gain()
1938 struct b43_bbatt bbatt; in b43_phy_init_pctl() local
1941 memcpy(&old_bbatt, &gphy->bbatt, sizeof(old_bbatt)); in b43_phy_init_pctl()
1944 bbatt.att = 11; in b43_phy_init_pctl()
1952 b43_set_txpower_g(dev, &bbatt, &rfatt, 0); in b43_phy_init_pctl()
[all …]
Dlo.h25 struct b43_bbatt bbatt; member
80 u16 rfatt, u16 bbatt, u16 tx_control);
Ddebugfs.c458 active = (b43_compare_bbatt(&cal->bbatt, &phy->g->bbatt) && in loctls_read_file()
462 cal->bbatt.att, in loctls_read_file()
Dphy_g.h148 struct b43_bbatt bbatt; member
/drivers/net/wireless/broadcom/b43legacy/
Dphy.c170 saved_batt = phy->bbatt; in b43legacy_phy_init_pctl()
814 backup_bband = phy->bbatt; in b43legacy_calc_loopback_gain()
1289 u16 bbatt, in b43legacy_find_lopair() argument
1296 if (bbatt > 6) in b43legacy_find_lopair()
1297 bbatt = 6; in b43legacy_find_lopair()
1301 return b43legacy_get_lopair(phy, rfatt, bbatt); in b43legacy_find_lopair()
1302 return b43legacy_get_lopair(phy, dict[rfatt], bbatt); in b43legacy_find_lopair()
1310 return b43legacy_find_lopair(dev, phy->bbatt, in b43legacy_current_lopair()
1442 u16 bbatt) in b43legacy_phy_set_baseband_attenuation() argument
1449 value |= (bbatt & 0x000F); in b43legacy_phy_set_baseband_attenuation()
[all …]
Db43legacy.h475 u16 bbatt; member
Dradio.c1905 baseband_attenuation = phy->bbatt; in b43legacy_radio_set_txpower_bg()
1910 phy->bbatt = baseband_attenuation; in b43legacy_radio_set_txpower_bg()
Dmain.c3103 phy->bbatt = b43legacy_default_baseband_attenuation(dev); in setup_struct_phy_for_init()
3215 phy->bbatt = b43legacy_default_baseband_attenuation(dev); in prepare_phy_data_for_init()