Searched refs:PLL_CONFIGURATION2 (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | pipe3-phy.c | 21 #define PLL_CONFIGURATION2 0x00000010 macro 121 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in omap_pipe3_dpll_program() 124 omap_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in omap_pipe3_dpll_program() 184 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in phy_pipe3_power_on() 188 PLL_CONFIGURATION2, val); in phy_pipe3_power_on() 210 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in phy_pipe3_power_off() 212 omap_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in phy_pipe3_power_off()
|
/openbmc/u-boot/drivers/phy/ |
H A D | ti-pipe3-phy.c | 20 #define PLL_CONFIGURATION2 0x00000010 macro 143 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION2); in omap_pipe3_dpll_program() 146 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION2, val); in omap_pipe3_dpll_program() 208 PLL_CONFIGURATION2); in pipe3_init() 212 PLL_CONFIGURATION2, val); in pipe3_init() 250 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION2); in pipe3_exit() 252 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION2, val); in pipe3_exit()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | pll.c | 22 #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()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | pll.c | 22 #define PLL_CONFIGURATION2 0x0010 macro 426 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 449 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 501 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 508 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 536 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b() 548 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b()
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | ti_usb_phy.c | 32 #define PLL_CONFIGURATION2 0x00000010 macro 162 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_usb3_dpll_program() 165 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_usb3_dpll_program()
|
/openbmc/linux/drivers/phy/ti/ |
H A D | phy-ti-pipe3.c | 27 #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()
|