Searched refs:PLL_CONFIGURATION2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | pll.c | 33 #define PLL_CONFIGURATION2 0x0010 macro 279 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 302 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 318 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 325 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 353 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b() 365 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | pll.c | 33 #define PLL_CONFIGURATION2 0x0010 macro 431 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 454 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 506 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 513 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_a() 541 l = readl_relaxed(base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b() 553 writel_relaxed(l, base + PLL_CONFIGURATION2); in dss_pll_write_config_type_b()
|
/Linux-v4.19/drivers/phy/ti/ |
D | phy-ti-pipe3.c | 37 #define PLL_CONFIGURATION2 0x00000010 macro 275 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_pipe3_dpll_program() 278 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_pipe3_dpll_program() 361 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_pipe3_init() 364 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_pipe3_init() 400 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_pipe3_exit() 402 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_pipe3_exit()
|