Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/pistachio/
H A Dclk-pll.c17 #define PLL_STATUS_LOCK BIT(0) macro
90 while (!(pll_readl(pll, PLL_STATUS) & PLL_STATUS_LOCK)) in pll_lock()