Searched refs:PLL_GO (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | pll.c | 20 #define PLL_GO 0x0008 macro 457 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_a() 463 readl_relaxed(base + PLL_GO); in dss_pll_write_config_type_a() 469 !(readl_relaxed(base + PLL_GO) & 0x1)) in dss_pll_write_config_type_a() 480 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_a() 482 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_a() 553 writel_relaxed(1, base + PLL_GO); /* PLL_GO */ in dss_pll_write_config_type_b() 555 if (wait_for_bit_change(base + PLL_GO, 0, 0) != 0) { in dss_pll_write_config_type_b()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | pipe3-phy.c | 20 #define PLL_GO 0x00000008 macro 142 omap_pipe3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in omap_pipe3_dpll_program()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | ti_usb_phy.c | 31 #define PLL_GO 0x00000008 macro 183 ti_usb3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_usb3_dpll_program()
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | ti-pipe3-phy.c | 19 #define PLL_GO 0x00000008 macro 164 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_GO, SET_PLL_GO); in omap_pipe3_dpll_program()
|
| /OK3568_Linux_fs/kernel/drivers/phy/ti/ |
| H A D | phy-ti-pipe3.c | 25 #define PLL_GO 0x00000008 macro 437 ti_pipe3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_pipe3_dpll_program()
|