Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c23 #define PLL_CONFIGURATION3 0x00000014 macro
137 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION3); in omap_pipe3_dpll_program()
140 omap_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION3, val); in omap_pipe3_dpll_program()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c34 #define PLL_CONFIGURATION3 0x00000014 macro
178 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION3); in ti_usb3_dpll_program()
181 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION3, val); in ti_usb3_dpll_program()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c23 #define PLL_CONFIGURATION3 0x0014 macro
266 writel_relaxed(l, base + PLL_CONFIGURATION3); in dss_pll_write_config_type_a()
356 l = readl_relaxed(base + PLL_CONFIGURATION3); in dss_pll_write_config_type_b()
358 writel_relaxed(l, base + PLL_CONFIGURATION3); in dss_pll_write_config_type_b()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dti-pipe3-phy.c22 #define PLL_CONFIGURATION3 0x00000014 macro
159 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION3); in omap_pipe3_dpll_program()
162 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION3, val); in omap_pipe3_dpll_program()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c23 #define PLL_CONFIGURATION3 0x0014 macro
418 writel_relaxed(l, base + PLL_CONFIGURATION3); in dss_pll_write_config_type_a()
544 l = readl_relaxed(base + PLL_CONFIGURATION3); in dss_pll_write_config_type_b()
546 writel_relaxed(l, base + PLL_CONFIGURATION3); in dss_pll_write_config_type_b()
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-ti-pipe3.c28 #define PLL_CONFIGURATION3 0x00000014 macro
432 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION3); in ti_pipe3_dpll_program()
435 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION3, val); in ti_pipe3_dpll_program()