Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rk3368.h78 PLL_LOCK_STA = BIT(31), enumerator
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3368.c283 while (!(readl(&pll->con1) & PLL_LOCK_STA)) in rkclk_set_pll()