Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c420 return R_REG(&regs->phyregdata); in read_phy_reg()
432 W_REG(&regs->phyregdata, val); in write_phy_reg()
434 (void)R_REG(&regs->phyregdata); in write_phy_reg()
462 W_REG(&regs->phyregdata, (R_REG(&regs->phyregdata) & val)); in and_phy_reg()
481 W_REG(&regs->phyregdata, (R_REG(&regs->phyregdata) | val)); in or_phy_reg()
500 W_REG(&regs->phyregdata, in mod_phy_reg()
501 ((R_REG(&regs->phyregdata) & ~mask) | (val & mask))); in mod_phy_reg()
2077 rxc = R_REG(&pi->regs->phyregdata); in wlc_phy_runbist_config()
2078 W_REG(&pi->regs->phyregdata, in wlc_phy_runbist_config()
2086 W_REG(&pi->regs->phyregdata, rxc); in wlc_phy_runbist_config()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dd11.h218 u16 phyregdata; /* 0x3fe - 0xf */ member