Lines Matching full:mcb
1268 /* trigger a read to the spcified MCB */
1274 /* read MCB */ in vsc8584_mcb_rd_trig()
1284 /* trigger a write to the spcified MCB */
1291 /* write back MCB */ in vsc8584_mcb_wr_trig()
1315 /* write back LCPLL MCB */ in vsc8584_pll5g_reset()
1323 /* read LCPLL MCB into CSRs */ in vsc8584_pll5g_reset()
1332 /* write back LCPLL MCB */ in vsc8584_pll5g_reset()
1870 static int __phy_write_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb, in __phy_write_mcb_s6g() argument
1878 op | (1 << mcb)); in __phy_write_mcb_s6g()
1898 /* Trigger a read to the specified MCB */
1899 int phy_update_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb) in phy_update_mcb_s6g() argument
1901 return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_READ); in phy_update_mcb_s6g()
1904 /* Trigger a write to the specified MCB */
1905 int phy_commit_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb) in phy_commit_mcb_s6g() argument
1907 return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_WRITE); in phy_commit_mcb_s6g()