Home
last modified time | relevance | path

Searched full:vpll (Results 1 – 25 of 115) sorted by relevance

12345

/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
Dvideo-pll.c28 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 …]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
Dvideo-pll.c30 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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Dvideo-pll.c28 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 …]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dvideo-pll.c30 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 …]
/kernel/linux/linux-5.10/drivers/mfd/
Dstw481x.c82 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()
124 dev_info(&stw481x->client->dev, "VPLL: %u.%uV %s\n", in stw481x_startup()
125 vpll_val[vpll] / 100, vpll_val[vpll] % 100, in stw481x_startup()
/kernel/linux/linux-6.6/drivers/mfd/
Dstw481x.c82 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()
124 dev_info(&stw481x->client->dev, "VPLL: %u.%uV %s\n", in stw481x_startup()
125 vpll_val[vpll] / 100, vpll_val[vpll] % 100, in stw481x_startup()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dti,sn65dsi86.yaml40 vpll-supply:
188 - vpll-supply
214 vpll-supply = <&src_pp1800_s4a>;
264 vpll-supply = <&pm8916_l17>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/
Dti,sn65dsi86.yaml40 vpll-supply:
153 - vpll-supply
179 vpll-supply = <&src_pp1800_s4a>;
244 vpll-supply = <&pm8916_l17>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/rockchip/
Drockchip,dw-hdmi.yaml62 - vpll
66 - vpll
69 - vpll
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/
Dimx53-qsrb.dts95 vpll_reg: vpll {
96 regulator-name = "VPLL";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx53-qsrb.dts95 vpll_reg: vpll {
96 regulator-name = "VPLL";
Dtps65910.dtsi55 regulator-compatible = "vpll";
Dmotorola-cpcap-mapphone.dtsi208 vpll: VPLL { label
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt95 vpll : regulator VPLL (register 32, bit 15)
Dtps65910.txt23 tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1,
39 vcc5-supply: VPLL and VDAC input.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt95 vpll : regulator VPLL (register 32, bit 15)
Dtps65910.txt23 tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1,
39 vcc5-supply: VPLL and VDAC input.
/kernel/linux/linux-6.6/arch/arm64/boot/dts/nuvoton/
Dma35d1-iot-512m.dts45 <&clk VPLL>;
Dma35d1-som-256m.dts45 <&clk VPLL>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dnuvoton,ma35d1-clk.yaml37 EPLL, and VPLL in sequential.
/kernel/linux/linux-6.6/arch/arm/boot/dts/
Dtps65910.dtsi55 regulator-compatible = "vpll";
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/
Dmotorola-cpcap-mapphone.dtsi205 vpll: VPLL { label
/kernel/linux/linux-6.6/drivers/clk/nuvoton/
Dclk-ma35d1.c88 { .fw_name = "vpll", },
334 { .fw_name = "vpll", },
347 { .fw_name = "vpll", },
510 hws[VPLL] = ma35d1_reg_clk_pll(dev, VPLL, pllmode[4], "vpll", in ma35d1_clocks_probe()
616 hws[DCUP_DIV] = ma35d1_clk_divider_table(dev, "dcup_div", "vpll", in ma35d1_clocks_probe()
/kernel/linux/linux-6.6/include/dt-bindings/clock/
Dxlnx-zynqmp-clk.h16 #define VPLL 4 macro
/kernel/linux/linux-5.10/include/dt-bindings/clock/
Dxlnx-zynqmp-clk.h16 #define VPLL 4 macro

12345