Searched refs:pa_gain (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lcn.c514 u16 pa_gain = b43_phy_lcn_get_pa_gain(dev); local
519 (target_gains->pad_gain | (pa_gain << 8)));
523 (target_gains->pad_gain | (pa_gain << 8)));
H A Dtables_phy_lcn.c627 u16 pa_gain = 0x70; local
629 pa_gain = 0x10;
632 val = ((pa_gain << 24) |
H A Dphy_lp.c888 u16 rf_gain, pa_gain; local
895 pa_gain = lpphy_get_pa_gain(dev);
899 * SPEC FIXME The spec calls for (pa_gain << 8) here, but that
903 0x8000, gains.pad | (pa_gain << 6));
907 0x8000, gains.pad | (pa_gain << 8));
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1852 u16 pa_gain; local
1854 pa_gain = (read_phy_reg(pi, 0x4fb) &
1858 return pa_gain;
1864 u16 pa_gain = wlc_lcnphy_get_pa_gain(pi); local
1874 ((target_gains->pad_gain) | (pa_gain << 8)) << 0);
1884 ((target_gains->pad_gain) | (pa_gain << 8)) << 0);
4283 u16 pa_gain; local
4287 pa_gain = 0x10;
4289 pa_gain = 0x60;
4300 val = (((u32) pa_gain << 2
[all...]
/linux-master/sound/soc/codecs/
H A Dwsa881x.c860 static const DECLARE_TLV_DB_SCALE(pa_gain, 0, 150, 0);
865 4, 0xC, 1, pa_gain),
H A Dwsa883x.c1101 static const SNDRV_CTL_TLVD_DECLARE_DB_RANGE(pa_gain,
1246 0x0, 0x1f, 1, pa_gain),
H A Dwsa884x.c1676 static const DECLARE_TLV_DB_SCALE(pa_gain, -900, 150, -900);
1681 0x0, 0x1f, 1, pa_gain),

Completed in 352 milliseconds