Searched refs:PLL_CONFIGURATION2 (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
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()
|
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
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()
|
/linux-6.1.9/drivers/phy/ti/ |
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()
|