Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c19 #define PLL_GO 0x00000008 macro
141 omap_pipe3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in omap_pipe3_dpll_program()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c30 #define PLL_GO 0x00000008 macro
182 ti_usb3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_usb3_dpll_program()
/openbmc/u-boot/drivers/phy/
H A Dti-pipe3-phy.c18 #define PLL_GO 0x00000008 macro
163 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_GO, SET_PLL_GO); in omap_pipe3_dpll_program()
/openbmc/linux/drivers/phy/ti/
H A Dphy-ti-pipe3.c25 #define PLL_GO 0x00000008 macro
437 ti_pipe3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_pipe3_dpll_program()