Home
last modified time | relevance | path

Searched refs:tmp_control (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Dphy.c1476 struct b43legacy_lopair *tmp_control; in b43legacy_phy_lo_g_measure() local
1550 tmp_control = b43legacy_get_lopair(phy, oldi, in b43legacy_phy_lo_g_measure()
1552 memcpy(&control, tmp_control, sizeof(control)); in b43legacy_phy_lo_g_measure()
1554 tmp_control = b43legacy_get_lopair(phy, 3, 0); in b43legacy_phy_lo_g_measure()
1555 memcpy(&control, tmp_control, sizeof(control)); 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()
1576 memcpy(&control, tmp_control, sizeof(control)); in b43legacy_phy_lo_g_measure()
1592 tmp_control = b43legacy_get_lopair(phy, i, j * 2); in b43legacy_phy_lo_g_measure()
1593 b43legacy_phy_lo_g_state(dev, &control, tmp_control, in b43legacy_phy_lo_g_measure()
[all …]