Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/b43/
Dlo.c41 const struct b43_bbatt *bbatt, in b43_find_lo_calib() argument
47 if (!b43_compare_bbatt(&c->bbatt, bbatt)) in b43_find_lo_calib()
736 const struct b43_bbatt *bbatt, in b43_calibrate_lo_setting() argument
763 max_rx_gain += bbatt->att / 2; in b43_calibrate_lo_setting()
771 b43_gphy_set_baseband_attenuation(dev, bbatt->att); in b43_calibrate_lo_setting()
780 bbatt->att, rfatt->att, rfatt->with_padmix, in b43_calibrate_lo_setting()
789 memcpy(&cal->bbatt, bbatt, sizeof(*bbatt)); in b43_calibrate_lo_setting()
802 const struct b43_bbatt *bbatt, in b43_get_calib_lo_settings() argument
808 c = b43_find_lo_calib(lo, bbatt, rfatt); in b43_get_calib_lo_settings()
813 c = b43_calibrate_lo_setting(dev, bbatt, rfatt); in b43_get_calib_lo_settings()
[all …]
Dlo.h24 struct b43_bbatt bbatt; member
79 u16 rfatt, u16 bbatt, u16 tx_control);
Dphy_g.c216 const struct b43_bbatt *bbatt, in b43_set_txpower_g() argument
225 bb = bbatt->att; in b43_set_txpower_g()
237 memmove(&gphy->bbatt, bbatt, sizeof(*bbatt)); in b43_set_txpower_g()
1583 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb5()
1689 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb6()
1737 backup_bband = gphy->bbatt.att; in b43_calc_loopback_gain()
1952 struct b43_bbatt bbatt; in b43_phy_init_pctl() local
1955 memcpy(&old_bbatt, &gphy->bbatt, sizeof(old_bbatt)); in b43_phy_init_pctl()
1958 bbatt.att = 11; in b43_phy_init_pctl()
1966 b43_set_txpower_g(dev, &bbatt, &rfatt, 0); in b43_phy_init_pctl()
[all …]
Dphy_g.h147 struct b43_bbatt bbatt; member
Ddebugfs.c471 active = (b43_compare_bbatt(&cal->bbatt, &phy->g->bbatt) && in loctls_read_file()
475 cal->bbatt.att, in loctls_read_file()
/linux-2.6.39/drivers/net/wireless/b43legacy/
Dphy.c195 saved_batt = phy->bbatt; in b43legacy_phy_init_pctl()
839 backup_bband = phy->bbatt; in b43legacy_calc_loopback_gain()
1314 u16 bbatt, in b43legacy_find_lopair() argument
1321 if (bbatt > 6) in b43legacy_find_lopair()
1322 bbatt = 6; in b43legacy_find_lopair()
1326 return b43legacy_get_lopair(phy, rfatt, bbatt); in b43legacy_find_lopair()
1327 return b43legacy_get_lopair(phy, dict[rfatt], bbatt); in b43legacy_find_lopair()
1335 return b43legacy_find_lopair(dev, phy->bbatt, in b43legacy_current_lopair()
1467 u16 bbatt) in b43legacy_phy_set_baseband_attenuation() argument
1474 value |= (bbatt & 0x000F); in b43legacy_phy_set_baseband_attenuation()
[all …]
Db43legacy.h478 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.c3067 phy->bbatt = b43legacy_default_baseband_attenuation(dev); in setup_struct_phy_for_init()
3210 phy->bbatt = b43legacy_default_baseband_attenuation(dev); in prepare_phy_data_for_init()