Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_n.c23642 u16 phy_saveregs[4]; in wlc_phy_cal_txgainctrl_nphy() local
23671 phy_saveregs[0] = read_phy_reg(pi, 0x91); in wlc_phy_cal_txgainctrl_nphy()
23672 phy_saveregs[1] = read_phy_reg(pi, 0x92); in wlc_phy_cal_txgainctrl_nphy()
23673 phy_saveregs[2] = read_phy_reg(pi, 0xe7); in wlc_phy_cal_txgainctrl_nphy()
23674 phy_saveregs[3] = read_phy_reg(pi, 0xec); in wlc_phy_cal_txgainctrl_nphy()
23789 write_phy_reg(pi, 0x91, phy_saveregs[0]); in wlc_phy_cal_txgainctrl_nphy()
23790 write_phy_reg(pi, 0x92, phy_saveregs[1]); in wlc_phy_cal_txgainctrl_nphy()
23791 write_phy_reg(pi, 0xe7, phy_saveregs[2]); in wlc_phy_cal_txgainctrl_nphy()
23792 write_phy_reg(pi, 0xec, phy_saveregs[3]); in wlc_phy_cal_txgainctrl_nphy()