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

/drivers/net/wireless/b43/
H A Dlo.h25 struct b43_rfatt rfatt; member in struct:b43_lo_calib
79 u16 rfatt, u16 bbatt, u16 tx_control);
H A Dlo.c42 const struct b43_rfatt *rfatt)
49 if (!b43_compare_rfatt(&c->rfatt, rfatt))
735 const struct b43_rfatt *rfatt)
757 b43_radio_maskset(dev, 0x43, 0xFFF0, rfatt->att);
758 b43_radio_maskset(dev, txctl_reg, ~txctl_value, (rfatt->with_padmix ? txctl_value :0));
760 max_rx_gain = rfatt->att * 2;
762 if (rfatt->with_padmix)
778 bbatt->att, rfatt->att, rfatt
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
826 const struct b43_rfatt *rfatt; local
914 b43_lo_g_adjust_to(struct b43_wldev *dev, u16 rfatt, u16 bbatt, u16 tx_control) argument
[all...]
H A Dphy_g.c217 const struct b43_rfatt *rfatt, u8 tx_control)
226 rf = rfatt->att;
233 * to pass &gphy->rfatt as rfatt pointer argument. Same for bbatt. */
235 memmove(&gphy->rfatt, rfatt, sizeof(*rfatt));
236 gphy->rfatt.with_padmix = !!(tx_control & B43_TXCTL_TXMIX);
241 "rfatt(%u), tx_control(0x%02X), "
1582 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gph
215 b43_set_txpower_g(struct b43_wldev *dev, const struct b43_bbatt *bbatt, const struct b43_rfatt *rfatt, u8 tx_control) argument
1949 struct b43_rfatt rfatt; local
2766 int rfatt = *_rfatt; local
2820 int rfatt, bbatt; local
[all...]
H A Dphy_g.h148 struct b43_rfatt rfatt; member in struct:b43_phy_g
H A Ddebugfs.c472 b43_compare_rfatt(&cal->rfatt, &phy->g->rfatt));
476 cal->rfatt.att, cal->rfatt.with_padmix,
/drivers/net/wireless/b43legacy/
H A Dphy.c196 saved_ratt = phy->rfatt;
1315 u16 rfatt,
1323 B43legacy_WARN_ON(rfatt >= 10);
1326 return b43legacy_get_lopair(phy, rfatt, bbatt);
1327 return b43legacy_get_lopair(phy, dict[rfatt], bbatt);
1336 phy->rfatt, phy->txctl1);
1891 radio_attenuation = phy->rfatt;
1944 phy->rfatt = radio_attenuation;
1313 b43legacy_find_lopair(struct b43legacy_wldev *dev, u16 bbatt, u16 rfatt, u16 tx) argument
H A Db43legacy.h471 u16 rfatt; member in struct:b43legacy_phy::__anon3280
H A Dradio.c1943 radio_attenuation = phy->rfatt;
1947 phy->rfatt = radio_attenuation;
H A Dmain.c3111 phy->rfatt = b43legacy_default_radio_attenuation(dev);
3223 phy->rfatt = b43legacy_default_radio_attenuation(dev);

Completed in 111 milliseconds