Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c816 static const u16 phy_to_store[] = { in b43_radio_2057_rcal() local
833 for (i = 0; i < ARRAY_SIZE(phy_to_store); i++) in b43_radio_2057_rcal()
834 saved_regs_phy[i] = b43_phy_read(dev, phy_to_store[i]); in b43_radio_2057_rcal()
839 for (i = 0; i < ARRAY_SIZE(phy_to_store); i++) in b43_radio_2057_rcal()
840 b43_phy_write(dev, phy_to_store[i], 0); in b43_radio_2057_rcal()
895 for (i = 0; i < ARRAY_SIZE(phy_to_store); i++) in b43_radio_2057_rcal()
896 b43_phy_write(dev, phy_to_store[i], saved_regs_phy[i]); in b43_radio_2057_rcal()