Searched refs:pllctrl (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/drivers/video/exynos/ |
| H A D | exynos_mipi_dsi_lowlevel.c | 309 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_pll_freq_band() 314 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_pll_freq_band() 323 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_pll_freq() 330 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_pll_freq() 347 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_enable_pll() 352 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_enable_pll() 544 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_hs_zero_ctrl() 549 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_hs_zero_ctrl() 556 unsigned int reg = (readl(&mipi_dsim->pllctrl)) & in exynos_mipi_dsi_prep_ctrl() 561 writel(reg, &mipi_dsim->pllctrl); in exynos_mipi_dsi_prep_ctrl()
|
| /OK3568_Linux_fs/kernel/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";
|
| /OK3568_Linux_fs/kernel/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>;
|
| /OK3568_Linux_fs/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>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | keystone.dtsi | 79 pllctrl: pll-controller@2310000 { label 80 compatible = "ti,keystone-pllctrl", "syscon"; 108 ti,syscon-pll = <&pllctrl 0xe4>;
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | dsim.h | 35 unsigned int pllctrl; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | tc358767.c | 449 static int tc_pllupdate(struct tc_data *tc, unsigned int pllctrl) in tc_pllupdate() argument 453 ret = regmap_write(tc->regmap, pllctrl, PLLUPDATE | PLLEN); in tc_pllupdate()
|