Searched refs:phyregdata (Results 1 – 2 of 2) sorted by relevance
420 return R_REG(®s->phyregdata); in read_phy_reg()432 W_REG(®s->phyregdata, val); in write_phy_reg()434 (void)R_REG(®s->phyregdata); in write_phy_reg()462 W_REG(®s->phyregdata, (R_REG(®s->phyregdata) & val)); in and_phy_reg()481 W_REG(®s->phyregdata, (R_REG(®s->phyregdata) | val)); in or_phy_reg()500 W_REG(®s->phyregdata, in mod_phy_reg()501 ((R_REG(®s->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()
218 u16 phyregdata; /* 0x3fe - 0xf */ member