/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | video-pll.c | 30 static void dss_dpll_enable_scp_clk(struct dss_video_pll *vpll) in dss_dpll_enable_scp_clk() argument 32 REG_MOD(vpll->clkctrl_base, 1, 14, 14); /* CIO_CLK_ICG */ in dss_dpll_enable_scp_clk() 35 static void dss_dpll_disable_scp_clk(struct dss_video_pll *vpll) in dss_dpll_disable_scp_clk() argument 37 REG_MOD(vpll->clkctrl_base, 0, 14, 14); /* CIO_CLK_ICG */ in dss_dpll_disable_scp_clk() 40 static void dss_dpll_power_enable(struct dss_video_pll *vpll) in dss_dpll_power_enable() argument 42 REG_MOD(vpll->clkctrl_base, 2, 31, 30); /* PLL_POWER_ON_ALL */ in dss_dpll_power_enable() 51 static void dss_dpll_power_disable(struct dss_video_pll *vpll) in dss_dpll_power_disable() argument 53 REG_MOD(vpll->clkctrl_base, 0, 31, 30); /* PLL_POWER_OFF */ in dss_dpll_power_disable() 58 struct dss_video_pll *vpll = container_of(pll, struct dss_video_pll, pll); in dss_video_pll_enable() local 67 dss_dpll_enable_scp_clk(vpll); in dss_video_pll_enable() [all …]
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | video-pll.c | 28 static void dss_dpll_enable_scp_clk(struct dss_video_pll *vpll) in dss_dpll_enable_scp_clk() argument 30 REG_MOD(vpll->clkctrl_base, 1, 14, 14); /* CIO_CLK_ICG */ in dss_dpll_enable_scp_clk() 33 static void dss_dpll_disable_scp_clk(struct dss_video_pll *vpll) in dss_dpll_disable_scp_clk() argument 35 REG_MOD(vpll->clkctrl_base, 0, 14, 14); /* CIO_CLK_ICG */ in dss_dpll_disable_scp_clk() 38 static void dss_dpll_power_enable(struct dss_video_pll *vpll) in dss_dpll_power_enable() argument 40 REG_MOD(vpll->clkctrl_base, 2, 31, 30); /* PLL_POWER_ON_ALL */ in dss_dpll_power_enable() 49 static void dss_dpll_power_disable(struct dss_video_pll *vpll) in dss_dpll_power_disable() argument 51 REG_MOD(vpll->clkctrl_base, 0, 31, 30); /* PLL_POWER_OFF */ in dss_dpll_power_disable() 56 struct dss_video_pll *vpll = container_of(pll, struct dss_video_pll, pll); in dss_video_pll_enable() local 65 dss_dpll_enable_scp_clk(vpll); in dss_video_pll_enable() [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | stw481x.c | 82 u8 vpll; in stw481x_startup() local 113 vpll = (ret >> 4) & 1; /* Save bit 4 */ in stw481x_startup() 118 vpll |= (ret >> 1) & 2; in stw481x_startup() 125 vpll_val[vpll] / 100, vpll_val[vpll] % 100, in stw481x_startup()
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_zynqmp.c | 114 apll, dpll, vpll, enumerator 190 case vpll: in zynqmp_clk_get_register() 255 return vpll; in zynqmp_clk_get_cpu_pll() 269 return vpll; in zynqmp_clk_get_ddr_pll() 575 case iopll ... vpll: in zynqmp_clk_get_rate()
|
/openbmc/linux/arch/arm/boot/dts/ |
H A D | tps65910.dtsi | 55 regulator-compatible = "vpll";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tps65910.dtsi | 58 regulator-compatible = "vpll";
|
H A D | zynqmp-clk-ccf.dtsi | 77 "vpll", "iopll_to_fpd", "rpll_to_fpd",
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk-s5pv210.c | 71 vpll, enumerator 722 [vpll] = PLL(pll_4502, FOUT_VPLL, "fout_vpll", "mout_vpllsrc", 734 [vpll] = PLL(pll_4500, FOUT_VPLL, "fout_vpll", "fin_pll",
|
H A D | clk-exynos4.c | 150 apll, mpll, epll, vpll, enumerator 1157 [vpll] = PLL(pll_4650c, CLK_FOUT_VPLL, "fout_vpll", "mout_vpllsrc", 1168 [vpll] = PLL(pll_36xx, CLK_FOUT_VPLL, "fout_vpll", "fin_pll", 1302 exynos4210_plls[vpll].rate_table = in exynos4_clk_init() 1313 exynos4x12_plls[vpll].rate_table = in exynos4_clk_init()
|
H A D | clk-exynos5250.c | 108 apll, mpll, cpll, epll, vpll, gpll, bpll, enumerator 748 [vpll] = PLL(pll_36xx, CLK_FOUT_VPLL, "fout_vpll", "mout_vpllsrc", 818 exynos5250_plls[vpll].rate_table = vpll_24mhz_tbl; in exynos5250_clk_init()
|
H A D | clk-exynos5420.c | 153 apll, cpll, dpll, epll, rpll, ipll, spll, vpll, mpll, enumerator 1479 [vpll] = PLL(pll_2550, CLK_FOUT_VPLL, "fout_vpll", "fin_pll", VPLL_LOCK, 1604 exynos5x_plls[vpll].rate_table = exynos5420_vpll_24mhz_tbl; in exynos5x_clk_init()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-trogdor-ti-sn65dsi86.dtsi | 47 vpll-supply = <&pp1800_edp_vpll>;
|
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_type.h | 71 u32 vpll; member
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-qsrb.dts | 95 vpll_reg: vpll {
|
H A D | imx51-zii-scu3-esb.dts | 89 vpll_reg: vpll {
|
H A D | imx51-digi-connectcore-som.dtsi | 63 vpll_reg: vpll {
|
H A D | imx51-zii-scu2-mezz.dts | 160 vpll_reg: vpll {
|
/openbmc/linux/arch/arm64/boot/dts/xilinx/ |
H A D | zynqmp-clk-ccf.dtsi | 270 <&zynqmp_clk DP_VIDEO_REF>; /* rpll, rpll, vpll */
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | motorola-cpcap-mapphone.dtsi | 205 vpll: VPLL { label
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-mnt-reform2.dts | 147 vpll-supply = <®_main_1v8>;
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | mc13xxx.txt | 95 vpll : regulator VPLL (register 32, bit 15)
|
H A D | tps65910.txt | 23 tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1,
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | r8a779a0-falcon-cpu.dtsi | 215 vpll-supply = <®_1p8v>;
|
H A D | r8a779g0-white-hawk-cpu.dtsi | 242 vpll-supply = <®_1p8v>;
|
/openbmc/linux/drivers/video/fbdev/riva/ |
H A D | riva_hw.h | 509 U032 vpll; member
|