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