Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c20 #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 Dpll.c20 #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()