Searched refs:PLL_CONFIGURATION2 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Dpll.c33 #define PLL_CONFIGURATION2 0x0010 macro
279 l = readl_relaxed(base + PLL_CONFIGURATION2); dss_pll_write_config_type_a()
302 writel_relaxed(l, base + PLL_CONFIGURATION2); dss_pll_write_config_type_a()
318 l = readl_relaxed(base + PLL_CONFIGURATION2); dss_pll_write_config_type_a()
325 writel_relaxed(l, base + PLL_CONFIGURATION2); dss_pll_write_config_type_a()
353 l = readl_relaxed(base + PLL_CONFIGURATION2); dss_pll_write_config_type_b()
365 writel_relaxed(l, base + PLL_CONFIGURATION2); dss_pll_write_config_type_b()
/linux-4.4.14/drivers/phy/
H A Dphy-ti-pipe3.c37 #define PLL_CONFIGURATION2 0x00000010 macro
194 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); ti_pipe3_dpll_program()
197 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); ti_pipe3_dpll_program()
237 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); ti_pipe3_init()
240 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); ti_pipe3_init()
269 val = ti_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); ti_pipe3_exit()
271 ti_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); ti_pipe3_exit()

Completed in 373 milliseconds