Searched refs:pllctrl (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_hdmi_tx3g4c28phy.c | 79 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 D | ti-keystone-pllctrl.txt | 10 - compatible: "ti,keystone-pllctrl", "syscon" 17 pllctrl: pll-controller@02310000 { 18 compatible = "ti,keystone-pllctrl", "syscon";
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_mipi_dsi_lowlevel.c | 308 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 D | keystone-reset.txt | 40 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 D | keystone.dtsi | 78 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 D | keystone.dtsi | 79 pllctrl: pll-controller@2310000 { label 80 compatible = "ti,keystone-pllctrl", "syscon"; 108 ti,syscon-pll = <&pllctrl 0xe4>;
|
/openbmc/linux/drivers/clk/keystone/ |
H A D | pll.c | 158 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 D | dsim.h | 34 unsigned int pllctrl; member
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 495 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 D | opengrok1.0.log | [all...] |