Home
last modified time | relevance | path

Searched refs:PLL_RDY (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-edp.c71 #define PLL_RDY BIT(0) macro
233 value, value & PLL_RDY, 100, 1000); in rockchip_edp_phy_set_rate()
336 return FIELD_GET(PLL_RDY, val); in rockchip_edp_phy_enabled()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-naneng-edp.c66 #define PLL_RDY BIT(0) macro
228 value, value & PLL_RDY, 100, 1000); in rockchip_edp_phy_set_rate()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-stm32mp1.c739 #define PLL_RDY BIT(1) macro
781 bit_status = !(readl_relaxed(clk_elem->reg) & PLL_RDY); in pll_enable()