Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43/
Dphy_n.c828 static const u16 phy_to_store[] = { in b43_radio_2057_rcal() local
845 for (i = 0; i < ARRAY_SIZE(phy_to_store); i++) in b43_radio_2057_rcal()
846 saved_regs_phy[i] = b43_phy_read(dev, phy_to_store[i]); in b43_radio_2057_rcal()
851 for (i = 0; i < ARRAY_SIZE(phy_to_store); i++) in b43_radio_2057_rcal()
852 b43_phy_write(dev, phy_to_store[i], 0); in b43_radio_2057_rcal()
907 for (i = 0; i < ARRAY_SIZE(phy_to_store); i++) in b43_radio_2057_rcal()
908 b43_phy_write(dev, phy_to_store[i], saved_regs_phy[i]); in b43_radio_2057_rcal()