Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dpll.c31 #define PLL_GO 0x0008 macro
468 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_a()
474 readl_relaxed(base + PLL_GO); in dss_pll_write_config_type_a()
480 !(readl_relaxed(base + PLL_GO) & 0x1)) in dss_pll_write_config_type_a()
491 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_a()
493 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_a()
564 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_b()
566 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_b()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dpll.c31 #define PLL_GO 0x0008 macro
304 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_a()
306 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_a()
376 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_b()
378 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_b()
/Linux-v4.19/drivers/phy/ti/
Dphy-ti-pipe3.c35 #define PLL_GO 0x00000008 macro
295 ti_pipe3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_pipe3_dpll_program()