/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | video-pll.c | 36 static void dss_dpll_enable_scp_clk(struct dss_video_pll *vpll) in dss_dpll_enable_scp_clk() argument 38 REG_MOD(vpll->clkctrl_base, 1, 14, 14); /* CIO_CLK_ICG */ in dss_dpll_enable_scp_clk() 41 static void dss_dpll_disable_scp_clk(struct dss_video_pll *vpll) in dss_dpll_disable_scp_clk() argument 43 REG_MOD(vpll->clkctrl_base, 0, 14, 14); /* CIO_CLK_ICG */ in dss_dpll_disable_scp_clk() 46 static void dss_dpll_power_enable(struct dss_video_pll *vpll) in dss_dpll_power_enable() argument 48 REG_MOD(vpll->clkctrl_base, 2, 31, 30); /* PLL_POWER_ON_ALL */ in dss_dpll_power_enable() 57 static void dss_dpll_power_disable(struct dss_video_pll *vpll) in dss_dpll_power_disable() argument 59 REG_MOD(vpll->clkctrl_base, 0, 31, 30); /* PLL_POWER_OFF */ in dss_dpll_power_disable() 64 struct dss_video_pll *vpll = container_of(pll, struct dss_video_pll, pll); in dss_video_pll_enable() local 73 dss_dpll_enable_scp_clk(vpll); in dss_video_pll_enable() [all …]
|
/linux-4.4.14/drivers/mfd/ |
D | stw481x.c | 81 u8 vpll; in stw481x_startup() local 112 vpll = (ret >> 4) & 1; /* Save bit 4 */ in stw481x_startup() 117 vpll |= (ret >> 1) & 2; in stw481x_startup() 124 vpll_val[vpll] / 100, vpll_val[vpll] % 100, in stw481x_startup()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tps65910.dtsi | 58 regulator-compatible = "vpll";
|
D | imx53-qsrb.dts | 102 vpll_reg: vpll {
|
D | imx51-digi-connectcore-som.dtsi | 70 vpll_reg: vpll {
|
D | am335x-lxm.dts | 230 /* vpll - unused */
|
D | imx51-babbage.dts | 226 vpll_reg: vpll {
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-exynos5250.c | 107 apll, mpll, cpll, epll, vpll, gpll, bpll, enumerator 758 [vpll] = PLL(pll_36xx, CLK_FOUT_VPLL, "fout_vpll", "mout_vpllsrc", 822 exynos5250_plls[vpll].rate_table = vpll_24mhz_tbl; in exynos5250_clk_init()
|
D | clk-s5pv210.c | 75 vpll, enumerator 763 [vpll] = PLL(pll_4502, FOUT_VPLL, "fout_vpll", "mout_vpllsrc", 775 [vpll] = PLL(pll_4500, FOUT_VPLL, "fout_vpll", "fin_pll",
|
D | clk-exynos4.c | 153 apll, mpll, epll, vpll, enumerator 1346 [vpll] = PLL_A(pll_4650c, CLK_FOUT_VPLL, "fout_vpll", "mout_vpllsrc", 1357 [vpll] = PLL(pll_36xx, CLK_FOUT_VPLL, "fout_vpll", "fin_pll", 1473 exynos4210_plls[vpll].rate_table = in exynos4_clk_init() 1484 exynos4x12_plls[vpll].rate_table = in exynos4_clk_init()
|
D | clk-exynos5420.c | 146 apll, cpll, dpll, epll, rpll, ipll, spll, vpll, mpll, enumerator 1239 [vpll] = PLL(pll_2550, CLK_FOUT_VPLL, "fout_vpll", "fin_pll", VPLL_LOCK,
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nv_type.h | 70 u32 vpll; member
|
D | nvidia.c | 435 state->vpll = state->pll; in nvidia_calc_regs() 448 state->vpll = NV_RD32(par->PRAMDAC0, 0x00000508); in nvidia_calc_regs()
|
D | nv_hw.c | 1591 NV_WR32(par->PRAMDAC0, 0x0508, state->vpll); in NVLoadStateExt() 1643 state->vpll = NV_RD32(par->PRAMDAC0, 0x0508); in NVUnloadStateExt()
|
/linux-4.4.14/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,
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | riva_hw.h | 509 U032 vpll; member
|
D | riva_hw.c | 1326 state->vpll = (p << 16) | (n << 8) | m; in CalcStateExt() 1710 NV_WR32(chip->PRAMDAC0, 0x00000508, state->vpll); in LoadStateExt() 1770 state->vpll = NV_RD32(chip->PRAMDAC0, 0x00000508); in UnloadStateExt()
|
D | fbdev.c | 801 newmode.ext.vpll2 = newmode.ext.vpll; in riva_load_video_mode()
|