Searched refs:CCM_PLL11_CTRL_UPD (Results 1 – 2 of 2) sorted by relevance
286 writel(CCM_PLL11_CTRL_EN | CCM_PLL11_CTRL_UPD | in clock_set_pll11()290 while (readl(&ccm->pll11_cfg) & CCM_PLL11_CTRL_UPD) in clock_set_pll11()
255 #define CCM_PLL11_CTRL_UPD (0x1 << 30) macro