Lines Matching refs:s8
45 static const s8 b43legacy_tssi2dbm_b_table[] = {
64 static const s8 b43legacy_tssi2dbm_g_table[] = {
1752 static s8 b43legacy_phy_estimate_power_out(struct b43legacy_wldev *dev, s8 tssi) in b43legacy_phy_estimate_power_out()
1755 s8 dbm = 0; in b43legacy_phy_estimate_power_out()
1781 s8 v0; in b43legacy_phy_xmitpower()
1782 s8 v1; in b43legacy_phy_xmitpower()
1783 s8 v2; in b43legacy_phy_xmitpower()
1784 s8 v3; in b43legacy_phy_xmitpower()
1785 s8 average; in b43legacy_phy_xmitpower()
1808 v0 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1809 v1 = (s8)((tmp & 0xFF00) >> 8); in b43legacy_phy_xmitpower()
1811 v2 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1812 v3 = (s8)((tmp & 0xFF00) >> 8); in b43legacy_phy_xmitpower()
1818 v0 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1819 v1 = (s8)((tmp & 0xFF00) >> 8); in b43legacy_phy_xmitpower()
1822 v2 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1823 v3 = (s8)((tmp & 0xFF00) >> 8); in b43legacy_phy_xmitpower()
1967 s8 b43legacy_tssi2dbm_entry(s8 entry [], u8 index, s16 pab0, s16 pab1, s16 pab2) in b43legacy_tssi2dbm_entry()
1974 s8 i = 0; in b43legacy_tssi2dbm_entry()
2001 s8 *dyn_tssi2dbm; in b43legacy_phy_init_tssi2dbm_table()
2018 if ((s8)dev->dev->bus->sprom.itssi_bg != 0 && in b43legacy_phy_init_tssi2dbm_table()
2019 (s8)dev->dev->bus->sprom.itssi_bg != -1) in b43legacy_phy_init_tssi2dbm_table()
2020 phy->idle_tssi = (s8)(dev->dev->bus->sprom. in b43legacy_phy_init_tssi2dbm_table()