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

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Dpll.c31 #define PLL_GO 0x0008 macro
304 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ dss_pll_write_config_type_a()
306 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { dss_pll_write_config_type_a()
376 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ dss_pll_write_config_type_b()
378 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { dss_pll_write_config_type_b()
H A Ddss.c310 /* Clearing PLL_GO bit */ dss_sdi_enable()
/linux-4.4.14/drivers/phy/
H A Dphy-ti-pipe3.c35 #define PLL_GO 0x00000008 macro
214 ti_pipe3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); ti_pipe3_dpll_program()

Completed in 119 milliseconds