| /kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| 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() 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/ |
| 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() 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/ |
| D | ti,sn65dsi86.yaml | 40 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/ |
| D | ti,sn65dsi86.yaml | 40 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/ |
| D | rockchip,dw-hdmi.yaml | 62 - vpll 66 - vpll 69 - vpll
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx53-qsrb.dts | 95 vpll_reg: vpll { 96 regulator-name = "VPLL";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx53-qsrb.dts | 95 vpll_reg: vpll { 96 regulator-name = "VPLL";
|
| D | tps65910.dtsi | 55 regulator-compatible = "vpll";
|
| D | motorola-cpcap-mapphone.dtsi | 208 vpll: VPLL { label
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | mc13xxx.txt | 95 vpll : regulator VPLL (register 32, bit 15)
|
| D | tps65910.txt | 23 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/ |
| D | mc13xxx.txt | 95 vpll : regulator VPLL (register 32, bit 15)
|
| D | tps65910.txt | 23 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/ |
| D | ma35d1-iot-512m.dts | 45 <&clk VPLL>;
|
| D | ma35d1-som-256m.dts | 45 <&clk VPLL>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | nuvoton,ma35d1-clk.yaml | 37 EPLL, and VPLL in sequential.
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ |
| D | tps65910.dtsi | 55 regulator-compatible = "vpll";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
| D | motorola-cpcap-mapphone.dtsi | 205 vpll: VPLL { label
|
| /kernel/linux/linux-6.6/drivers/clk/nuvoton/ |
| D | clk-ma35d1.c | 88 { .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/ |
| D | xlnx-zynqmp-clk.h | 16 #define VPLL 4 macro
|
| /kernel/linux/linux-5.10/include/dt-bindings/clock/ |
| D | xlnx-zynqmp-clk.h | 16 #define VPLL 4 macro
|