Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/phy/
Dphy-xgene.c171 #define CMU_REG7_PLL_CALIB_DONE_RD(src) ((0x00004000 & (u32) (src)) >> 14) macro
1211 if (CMU_REG7_PLL_CALIB_DONE_RD(val)) in xgene_phy_cal_rdy_chk()
1222 CMU_REG7_PLL_CALIB_DONE_RD(val) ? "done" : "failed"); in xgene_phy_cal_rdy_chk()