Searched refs:PLL_STATUS (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | pll.c | 30 #define PLL_STATUS 0x0004 macro 229 if (wait_for_bit_change(base + PLL_STATUS, 0, 1) != 1) in dss_pll_wait_reset_done() 240 u32 v = readl_relaxed(pll->base + PLL_STATUS); in dss_wait_hsdiv_ack() 312 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) { in dss_pll_write_config_type_a() 383 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) { in dss_pll_write_config_type_b()
|
D | dsi.c | 1211 DSI_FLD_GET(PLL_STATUS, 0, 0), in _dsi_print_reset_status()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | pll.c | 30 #define PLL_STATUS 0x0004 macro 365 if (wait_for_bit_change(base + PLL_STATUS, 0, 1) != 1) in dss_pll_wait_reset_done() 376 u32 v = readl_relaxed(pll->base + PLL_STATUS); in dss_wait_hsdiv_ack() 477 l = readl_relaxed(base + PLL_STATUS); in dss_pll_write_config_type_a() 499 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) { in dss_pll_write_config_type_a() 571 if (wait_for_bit_change(base + PLL_STATUS, 1, 1) != 1) { in dss_pll_write_config_type_b()
|
D | dsi.c | 1204 DSI_FLD_GET(PLL_STATUS, 0, 0), in _dsi_print_reset_status()
|
/Linux-v4.19/drivers/phy/ti/ |
D | phy-ti-pipe3.c | 34 #define PLL_STATUS 0x00000004 macro 252 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_pipe3_dpll_wait_lock() 369 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_pipe3_init() 408 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_pipe3_exit()
|
/Linux-v4.19/arch/mips/ar7/ |
D | clock.c | 68 #define PLL_STATUS 0x00000001 macro 244 while (readl(&clock->pll) & PLL_STATUS) in tnetd7300_set_clock()
|
/Linux-v4.19/drivers/clk/pistachio/ |
D | clk-pll.c | 19 #define PLL_STATUS 0x0 macro 93 while (!(pll_readl(pll, PLL_STATUS) & PLL_STATUS_LOCK)) in pll_lock()
|
/Linux-v4.19/drivers/clk/qcom/ |
D | clk-alpha-pll.c | 52 #define PLL_STATUS(p) ((p)->offset + (p)->regs[PLL_OFF_STATUS]) macro
|