Home
last modified time | relevance | path

Searched refs:pllctrl (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi_tx3g4c28phy.c79 u32 val, tmdsck, idf, odf, pllctrl = 0; in sti_hdmi_tx3g4c28phy_start() local
103 pllctrl |= 40 << PLL_CFG_NDIV_SHIFT; in sti_hdmi_tx3g4c28phy_start()
110 pllctrl |= idf << PLL_CFG_IDF_SHIFT; in sti_hdmi_tx3g4c28phy_start()
111 pllctrl |= odf << PLL_CFG_ODF_SHIFT; in sti_hdmi_tx3g4c28phy_start()
117 DRM_DEBUG_DRIVER("pllctrl = 0x%x\n", pllctrl); in sti_hdmi_tx3g4c28phy_start()
118 hdmi_write(hdmi, (pllctrl | PLL_CFG_EN), HDMI_SRZ_PLL_CFG); in sti_hdmi_tx3g4c28phy_start()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dti-keystone-pllctrl.txt10 - compatible: "ti,keystone-pllctrl", "syscon"
17 pllctrl: pll-controller@02310000 {
18 compatible = "ti,keystone-pllctrl", "syscon";
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c308 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_pll_freq_band()
313 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_pll_freq_band()
322 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_pll_freq()
329 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_pll_freq()
346 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_enable_pll()
351 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_enable_pll()
543 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_hs_zero_ctrl()
548 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_hs_zero_ctrl()
555 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_prep_ctrl()
560 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_prep_ctrl()
/openbmc/linux/Documentation/devicetree/bindings/power/reset/
H A Dkeystone-reset.txt40 pllctrl: pll-controller@2310000 {
41 compatible = "ti,keystone-pllctrl", "syscon";
52 ti,syscon-pll = <&pllctrl 0xe4>;
63 ti,syscon-pll = <&pllctrl 0xe4>;
/openbmc/u-boot/arch/arm/dts/
H A Dkeystone.dtsi78 pllctrl: pll-controller@02310000 { label
79 compatible = "ti,keystone-pllctrl", "syscon";
90 ti,syscon-pll = <&pllctrl 0xe4>;
/openbmc/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone.dtsi79 pllctrl: pll-controller@2310000 { label
80 compatible = "ti,keystone-pllctrl", "syscon";
108 ti,syscon-pll = <&pllctrl 0xe4>;
/openbmc/linux/drivers/clk/keystone/
H A Dpll.c158 static void __init _of_pll_clk_init(struct device_node *node, bool pllctrl) in _of_pll_clk_init() argument
197 pll_data->has_pllctrl = pllctrl; in _of_pll_clk_init()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddsim.h34 unsigned int pllctrl; member
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c495 static int tc_pllupdate(struct tc_data *tc, unsigned int pllctrl) in tc_pllupdate() argument
499 ret = regmap_write(tc->regmap, pllctrl, PLLUPDATE | PLLEN); in tc_pllupdate()
/openbmc/linux/
H A Dopengrok1.0.log[all...]