Searched refs:PLL_GO (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | pll.c | 20 #define PLL_GO 0x0008 macro 463 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_a() 469 readl_relaxed(base + PLL_GO); in dss_pll_write_config_type_a() 475 !(readl_relaxed(base + PLL_GO) & 0x1)) in dss_pll_write_config_type_a() 486 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_a() 488 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_a() 559 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_b() 561 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_b()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | pll.c | 20 #define PLL_GO 0x0008 macro 293 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_a() 295 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_a() 365 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_b() 367 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_b()
|
/linux/drivers/phy/ti/ |
H A D | phy-ti-pipe3.c | 26 #define PLL_GO 0x00000008 macro 438 ti_pipe3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_pipe3_dpll_program()
|