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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 Dlo.c41 const struct b43_bbatt *bbatt,
47 if (!b43_compare_bbatt(&c->bbatt, bbatt))
733 const struct b43_bbatt *bbatt,
760 max_rx_gain += bbatt->att / 2;
768 b43_gphy_set_baseband_attenuation(dev, bbatt->att);
777 bbatt->att, rfatt->att, rfatt->with_padmix,
786 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
732 b43_calibrate_lo_setting(struct b43_wldev *dev, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt) argument
798 b43_get_calib_lo_settings(struct b43_wldev *dev, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt) argument
826 const struct b43_bbatt *bbatt; local
912 b43_lo_g_adjust_to(struct b43_wldev *dev, u16 rfatt, u16 bbatt, u16 tx_control) argument
[all...]
H A Dphy_g.c214 const struct b43_bbatt *bbatt,
223 bb = bbatt->att;
231 * to pass &gphy->rfatt as rfatt pointer argument. Same for bbatt. */
235 memmove(&gphy->bbatt, bbatt, sizeof(*bbatt));
238 b43dbg(dev->wl, "Tuning TX-power to bbatt(%u), "
1581 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control);
1687 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control);
1735 backup_bband = gphy->bbatt
213 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
2762 int bbatt = *_bbatt; local
2815 int rfatt, bbatt; local
[all...]
H A Dphy_g.h147 struct b43_bbatt bbatt; member in struct:b43_phy_g
H A Ddebugfs.c471 active = (b43_compare_bbatt(&cal->bbatt, &phy->g->bbatt) &&
475 cal->bbatt.att,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.h478 u16 bbatt; member in struct:b43legacy_phy::__anon13645
H A Dradio.c1937 baseband_attenuation = phy->bbatt;
1942 phy->bbatt = baseband_attenuation;
H A Dmain.c3030 phy->bbatt = b43legacy_default_baseband_attenuation(dev);
3172 phy->bbatt = b43legacy_default_baseband_attenuation(dev);

Completed in 114 milliseconds