Searched refs:tmp_control (Results 1 – 1 of 1) sorted by relevance
1476 struct b43legacy_lopair *tmp_control; in b43legacy_phy_lo_g_measure() local1550 tmp_control = b43legacy_get_lopair(phy, oldi, in b43legacy_phy_lo_g_measure()1554 tmp_control = b43legacy_get_lopair(phy, 3, 0); in b43legacy_phy_lo_g_measure()1572 tmp_control = b43legacy_get_lopair(phy, i, in b43legacy_phy_lo_g_measure()1574 if (!tmp_control->used) in b43legacy_phy_lo_g_measure()1603 tmp_control = b43legacy_get_lopair(phy, i - 9, in b43legacy_phy_lo_g_measure()1621 if (!tmp_control->used) in b43legacy_phy_lo_g_measure()1691 tmp_control = phy->_lo_pairs + i; in b43legacy_phy_lo_g_measure()1692 if (tmp_control->low < -8 || tmp_control->low > 8 || in b43legacy_phy_lo_g_measure()1693 tmp_control->high < -8 || tmp_control->high > 8) in b43legacy_phy_lo_g_measure()[all …]