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

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dlo.h25 struct b43_bbatt bbatt; member in struct:b43_lo_calib
80 u16 rfatt, u16 bbatt, u16 tx_control);
H A Dlo.c28 const struct b43_bbatt *bbatt,
34 if (!b43_compare_bbatt(&c->bbatt, bbatt))
721 const struct b43_bbatt *bbatt,
748 max_rx_gain += bbatt->att / 2;
756 b43_gphy_set_baseband_attenuation(dev, bbatt->att);
765 bbatt->att, rfatt->att, rfatt->with_padmix,
774 memcpy(&cal->bbatt, bbatt, sizeof(*bbatt));
27 b43_find_lo_calib(struct b43_txpower_lo_control *lo, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt) argument
720 b43_calibrate_lo_setting(struct b43_wldev *dev, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt) argument
786 b43_get_calib_lo_settings(struct b43_wldev *dev, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt) argument
814 const struct b43_bbatt *bbatt; local
901 b43_lo_g_adjust_to(struct b43_wldev *dev, u16 rfatt, u16 bbatt, u16 tx_control) argument
[all...]
H A Dphy_g.c204 const struct b43_bbatt *bbatt,
213 bb = bbatt->att;
221 * to pass &gphy->rfatt as rfatt pointer argument. Same for bbatt. */
225 memmove(&gphy->bbatt, bbatt, sizeof(*bbatt));
228 b43dbg(dev->wl, "Tuning TX-power to bbatt(%u), "
1570 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control);
1677 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control);
1724 backup_bband = gphy->bbatt
203 b43_set_txpower_g(struct b43_wldev *dev, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt, u8 tx_control) argument
1938 struct b43_bbatt bbatt; local
2769 int bbatt = *_bbatt; local
2822 int rfatt, bbatt; local
[all...]
H A Dphy_g.h148 struct b43_bbatt bbatt; member in struct:b43_phy_g
H A Ddebugfs.c458 active = (b43_compare_bbatt(&cal->bbatt, &phy->g->bbatt) &&
462 cal->bbatt.att,
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c170 saved_batt = phy->bbatt;
814 backup_bband = phy->bbatt;
1289 u16 bbatt,
1296 if (bbatt > 6)
1297 bbatt = 6;
1301 return b43legacy_get_lopair(phy, rfatt, bbatt);
1302 return b43legacy_get_lopair(phy, dict[rfatt], bbatt);
1310 return b43legacy_find_lopair(dev, phy->bbatt,
1442 u16 bbatt)
1449 value |= (bbatt
1288 b43legacy_find_lopair(struct b43legacy_wldev *dev, u16 bbatt, u16 rfatt, u16 tx) argument
1441 b43legacy_phy_set_baseband_attenuation(struct b43legacy_wldev *dev, u16 bbatt) argument
[all...]
H A Db43legacy.h475 u16 bbatt; member in struct:b43legacy_phy::__anon2209
H A Dradio.c1888 baseband_attenuation = phy->bbatt;
1893 phy->bbatt = baseband_attenuation;
H A Dmain.c3104 phy->bbatt = b43legacy_default_baseband_attenuation(dev);
3216 phy->bbatt = b43legacy_default_baseband_attenuation(dev);

Completed in 196 milliseconds