Searched refs:SOCSTS_DPLL_LOCK (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/clk/rockchip/
H A Dclk_rk3066.c66 SOCSTS_DPLL_LOCK = BIT(4), enumerator in enum:__anon203
151 while (!(readl(&grf->soc_status0) & SOCSTS_DPLL_LOCK))
H A Dclk_rk3188.c69 SOCSTS_DPLL_LOCK = 1 << 5, enumerator in enum:__anon206
159 while (!(readl(&grf->soc_status0) & SOCSTS_DPLL_LOCK))
H A Dclk_rk3288.c130 SOCSTS_DPLL_LOCK = 1 << 5, enumerator in enum:__anon209
217 while (!(readl(&grf->soc_status[1]) & SOCSTS_DPLL_LOCK))

Completed in 104 milliseconds