Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_phy_rv1126.h55 #define PHY_PLL_LOCK BIT(2) macro
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rv1126.c572 while (!(readl(PHY_REG(phy_base, 0x90)) & PHY_PLL_LOCK)) { in phy_pll_set()