Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c22 #define PLL_CONFIGURATION2 0x00000010 macro
122 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in omap_pipe3_dpll_program()
125 omap_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in omap_pipe3_dpll_program()
185 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in phy_pipe3_power_on()
189 PLL_CONFIGURATION2, val); in phy_pipe3_power_on()
211 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in phy_pipe3_power_off()
213 omap_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in phy_pipe3_power_off()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dti-pipe3-phy.c21 #define PLL_CONFIGURATION2 0x00000010 macro
144 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION2); in omap_pipe3_dpll_program()
147 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION2, val); in omap_pipe3_dpll_program()
209 PLL_CONFIGURATION2); in pipe3_init()
213 PLL_CONFIGURATION2, val); in pipe3_init()
251 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION2); in pipe3_exit()
253 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION2, val); in pipe3_exit()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c22 #define PLL_CONFIGURATION2 0x0010 macro
268 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a()
291 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a()
307 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a()
314 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a()
342 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b()
354 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c22 #define PLL_CONFIGURATION2 0x0010 macro
420 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a()
443 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a()
495 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a()
502 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a()
530 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b()
542 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c33 #define PLL_CONFIGURATION2 0x00000010 macro
163 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_usb3_dpll_program()
166 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_usb3_dpll_program()
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-ti-pipe3.c27 #define PLL_CONFIGURATION2 0x00000010 macro
417 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_pipe3_dpll_program()
420 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_pipe3_dpll_program()
521 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_pipe3_init()
524 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_pipe3_init()
560 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_pipe3_exit()
562 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_pipe3_exit()