Searched refs:rfatt (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.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))
734 const struct b43_rfatt *rfatt)
756 b43_radio_maskset(dev, 0x43, 0xFFF0, rfatt->att);
757 b43_radio_maskset(dev, txctl_reg, ~txctl_value, (rfatt->with_padmix ? txctl_value :0));
759 max_rx_gain = rfatt->att * 2;
761 if (rfatt->with_padmix)
777 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
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
825 const struct b43_rfatt *rfatt; local
912 b43_lo_g_adjust_to(struct b43_wldev *dev, u16 rfatt, u16 bbatt, u16 tx_control) argument
[all...]
H A Dphy_g.c215 const struct b43_rfatt *rfatt, u8 tx_control)
224 rf = rfatt->att;
231 * to pass &gphy->rfatt as rfatt pointer argument. Same for bbatt. */
233 memmove(&gphy->rfatt, rfatt, sizeof(*rfatt));
234 gphy->rfatt.with_padmix = !!(tx_control & B43_TXCTL_TXMIX);
239 "rfatt(%u), tx_control(0x%02X), "
1581 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gph
213 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
2761 int rfatt = *_rfatt; local
2815 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,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
1886 radio_attenuation = phy->rfatt;
1939 phy->rfatt = radio_attenuation;
1313 b43legacy_find_lopair(struct b43legacy_wldev *dev, u16 bbatt, u16 rfatt, u16 tx) argument
H A Db43legacy.h476 u16 rfatt; member in struct:b43legacy_phy::__anon13645
H A Dradio.c1939 radio_attenuation = phy->rfatt;
1943 phy->rfatt = radio_attenuation;
H A Dmain.c3031 phy->rfatt = b43legacy_default_radio_attenuation(dev);
3173 phy->rfatt = b43legacy_default_radio_attenuation(dev);

Completed in 101 milliseconds