Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ !
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()
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ !
Dpll.c22 #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.12.1/drivers/phy/ti/ !
Dphy-ti-pipe3.c28 #define PLL_CONFIGURATION2 0x00000010 macro
418 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_pipe3_dpll_program()
421 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_pipe3_dpll_program()
522 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_pipe3_init()
525 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_pipe3_init()
561 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_pipe3_exit()
563 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_pipe3_exit()