Searched defs:bbatt (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/b43/
H A Dlo.h24 struct b43_bbatt bbatt; member in struct:b43_lo_calib
79 u16 rfatt, u16 bbatt, u16 tx_control);
H A Dphy_g.h147 struct b43_bbatt bbatt; member in struct:b43_phy_g
H A Dlo.c41 const struct b43_bbatt *bbatt,
47 if (!b43_compare_bbatt(&c->bbatt, bbatt))
734 const struct b43_bbatt *bbatt,
761 max_rx_gain += bbatt->att / 2;
769 b43_gphy_set_baseband_attenuation(dev, bbatt->att);
778 bbatt->att, rfatt->att, rfatt->with_padmix,
787 memcpy(&cal->bbatt, bbatt, sizeof(*bbatt));
40 b43_find_lo_calib(struct b43_txpower_lo_control *lo, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt) argument
733 b43_calibrate_lo_setting(struct b43_wldev *dev, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt) argument
799 b43_get_calib_lo_settings(struct b43_wldev *dev, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt) argument
827 const struct b43_bbatt *bbatt; local
914 b43_lo_g_adjust_to(struct b43_wldev *dev, u16 rfatt, u16 bbatt, u16 tx_control) argument
[all...]
H A Dphy_g.c216 const struct b43_bbatt *bbatt,
225 bb = bbatt->att;
233 * to pass &gphy->rfatt as rfatt pointer argument. Same for bbatt. */
237 memmove(&gphy->bbatt, bbatt, sizeof(*bbatt));
240 b43dbg(dev->wl, "Tuning TX-power to bbatt(%u), "
1582 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control);
1688 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control);
1736 backup_bband = gphy->bbatt
215 b43_set_txpower_g(struct b43_wldev *dev, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt, u8 tx_control) argument
1950 struct b43_bbatt bbatt; local
2767 int bbatt = *_bbatt; local
2820 int rfatt, bbatt; local
[all...]
/drivers/net/wireless/b43legacy/
H A Dphy.c195 saved_batt = phy->bbatt;
839 backup_bband = phy->bbatt;
1314 u16 bbatt,
1321 if (bbatt > 6)
1322 bbatt = 6;
1326 return b43legacy_get_lopair(phy, rfatt, bbatt);
1327 return b43legacy_get_lopair(phy, dict[rfatt], bbatt);
1335 return b43legacy_find_lopair(dev, phy->bbatt,
1467 u16 bbatt)
1474 value |= (bbatt
1313 b43legacy_find_lopair(struct b43legacy_wldev *dev, u16 bbatt, u16 rfatt, u16 tx) argument
1466 b43legacy_phy_set_baseband_attenuation(struct b43legacy_wldev *dev, u16 bbatt) argument
[all...]
H A Db43legacy.h473 u16 bbatt; member in struct:b43legacy_phy::__anon3280

Completed in 632 milliseconds