/linux-6.12.1/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 …]
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/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()
|
/linux-6.12.1/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>;
|
/linux-6.12.1/Documentation/devicetree/bindings/display/rockchip/ |
D | rockchip,dw-hdmi.yaml | 63 - vpll 67 - vpll 70 - vpll
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx53-qsrb.dts | 95 vpll_reg: vpll { 96 regulator-name = "VPLL";
|
/linux-6.12.1/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.
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | nuvoton,ma35d1-clk.yaml | 37 EPLL, and VPLL in sequential.
|
/linux-6.12.1/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()
|
D | clk-ma35d1-pll.c | 238 case VPLL: in ma35d1_clk_pll_recalc_rate() 270 case VPLL: in ma35d1_clk_pll_round_rate()
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | motorola-cpcap-mapphone.dtsi | 205 vpll: VPLL { label
|
/linux-6.12.1/arch/arm/boot/dts/ |
D | tps65910.dtsi | 55 regulator-compatible = "vpll";
|
/linux-6.12.1/include/dt-bindings/clock/ |
D | xlnx-zynqmp-clk.h | 16 #define VPLL 4 macro
|
D | nuvoton,ma35d1-clk.h | 24 #define VPLL 13 macro
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | samsung,atna33xc20.yaml | 60 vpll-supply = <&src_pp1800_s4a>;
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-ti-sn65dsi86.dtsi | 47 vpll-supply = <&pp1800_edp_vpll>;
|
/linux-6.12.1/arch/arm64/boot/dts/nuvoton/ |
D | ma35d1-som-256m.dts | 45 <&clk VPLL>;
|
D | ma35d1-iot-512m.dts | 45 <&clk VPLL>;
|
/linux-6.12.1/drivers/video/fbdev/nvidia/ |
D | nv_type.h | 71 u32 vpll; member
|
/linux-6.12.1/drivers/regulator/ |
D | tps65910-regulator.c | 56 /* supported VPLL voltages in microvolts */ 145 .name = "vpll", 283 EXT_CONTROL_REG_BITS(VPLL, 0, 6), 972 { .name = "vpll", .driver_data = (void *) &tps65910_regs[7] },
|
D | cpcap-regulator.c | 369 CPCAP_REG(VPLL, CPCAP_REG_VPLLC, CPCAP_REG_ASSIGN3, 445 CPCAP_REG(VPLL, CPCAP_REG_VPLLC, CPCAP_REG_ASSIGN3,
|
/linux-6.12.1/drivers/clk/rockchip/ |
D | clk-rk3576.c | 20 bpll, lpll, vpll, aupll, cpll, gpll, ppll, enumerator 295 PNAME(gpll_cpll_vpll_aupll_24m_p) = { "gpll", "cpll", "vpll", "aupll", "xin24m" }; 299 PNAME(gpll_cpll_vpll_bpll_lpll_p) = { "gpll", "cpll", "vpll", "bpll_dummy", "lpll_dummy" }; 303 PNAME(gpll_cpll_spll_vpll_bpll_lpll_p) = { "gpll", "cpll", "spll", "vpll", "bpll_dummy", "lpll_dumm… 304 PNAME(cpll_vpll_lpll_bpll_p) = { "cpll", "vpll", "lpll_dummy", "bpll_dummy" }; 335 PNAME(dclk_ebc_p) = { "gpll", "cpll", "vpll", "aupll", "lpll_dummy", 369 [vpll] = PLL(pll_rk3588, PLL_VPLL, "vpll", mux_pll_p,
|
D | clk-rk3399.c | 19 lpll, bpll, dpll, cpll, gpll, npll, vpll, enumerator 152 PNAME(mux_pll_src_vpll_cpll_gpll_p) = { "vpll", "cpll", "gpll" }; 153 PNAME(mux_pll_src_vpll_cpll_gpll_npll_p) = { "vpll", "cpll", "gpll", 155 PNAME(mux_pll_src_vpll_cpll_gpll_24m_p) = { "vpll", "cpll", "gpll", 231 [vpll] = PLL(pll_rk3399, PLL_VPLL, "vpll", mux_pll_p, 0, RK3399_PLL_CON(48), 697 GATE(0, "vpll_aclk_cci_src", "vpll", CLK_IGNORE_UNUSED,
|
/linux-6.12.1/drivers/clk/samsung/ |
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",
|