/openbmc/linux/drivers/clk/uniphier/ |
H A D | clk-uniphier-sys.c | 12 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 8), \ 16 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 12), \ 17 UNIPHIER_CLK_FACTOR("sd-133m", -1, "spll", 1, 18) 20 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 10), \ 21 UNIPHIER_CLK_FACTOR("sd-133m", -1, "spll", 1, 15) 24 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 4), \ 25 UNIPHIER_CLK_FACTOR("sd-133m", -1, "spll", 1, 6) 28 UNIPHIER_CLK_FACTOR("nand-50m", -1, "spll", 1, 32), \ 32 UNIPHIER_CLK_FACTOR("nand-50m", -1, "spll", 1, 48), \ 36 UNIPHIER_CLK_FACTOR("nand-50m", -1, "spll", 1, 40), \ [all …]
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_clocks.c | 42 struct radeon_pll *spll = &rdev->clock.spll; in radeon_legacy_get_engine_clock() local 48 fb_div *= spll->reference_freq; in radeon_legacy_get_engine_clock() 111 struct radeon_pll *spll = &rdev->clock.spll; in radeon_read_clocks_OF() local 150 spll->reference_freq = mpll->reference_freq = p1pll->reference_freq; in radeon_read_clocks_OF() 151 spll->reference_div = mpll->reference_div = in radeon_read_clocks_OF() 186 struct radeon_pll *spll = &rdev->clock.spll; in radeon_get_clock_info() local 214 if (spll->reference_div < 2) in radeon_get_clock_info() 215 spll->reference_div = in radeon_get_clock_info() 220 mpll->reference_div = spll->reference_div; in radeon_get_clock_info() 233 spll->reference_freq = 1432; in radeon_get_clock_info() [all …]
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx31.c | 33 static const char *mcu_main_sel[] = { "spll", "mpll", }; 35 static const char *csi_sel[] = { "upll", "spll", }; 36 static const char *fir_sel[] = { "mcu_main", "upll", "spll" }; 39 dummy, ckih, ckil, mpll, spll, upll, mcu_main, hsp, ahb, nfc, ipg, enumerator 59 clk[spll] = imx_clk_pllv1(IMX_PLLV1_IMX31, "spll", "ckih", base + MXC_CCM_SRPCTL); in _mx31_clocks_init() 87 clk[ssi1_gate] = imx_clk_gate2("ssi1_gate", "spll", base + MXC_CCM_CGR0, 24); in _mx31_clocks_init() 107 clk[ssi2_gate] = imx_clk_gate2("ssi2_gate", "spll", base + MXC_CCM_CGR2, 0); in _mx31_clocks_init()
|
H A D | clk-imx7ulp.c | 24 static const char * const spll_sels[] = { "spll", "spll_pfd_sel", }; 34 /* used by sosc/sirc/firc/ddr/spll/apll dividers */ 82 …hws[IMX7ULP_CLK_SPLL] = imx_clk_hw_pllv4(IMX_PLLV4_IMX7ULP, "spll", "spll_pre_div", base + 0x600… in imx7ulp_clk_scg1_init() 90 /* SPLL PFDs */ in imx7ulp_clk_scg1_init() 91 …hws[IMX7ULP_CLK_SPLL_PFD0] = imx_clk_hw_pfdv2(IMX_PFDV2_IMX7ULP, "spll_pfd0", "spll", base + 0x60C… in imx7ulp_clk_scg1_init() 92 …hws[IMX7ULP_CLK_SPLL_PFD1] = imx_clk_hw_pfdv2(IMX_PFDV2_IMX7ULP, "spll_pfd1", "spll", base + 0x60C… in imx7ulp_clk_scg1_init() 93 …hws[IMX7ULP_CLK_SPLL_PFD2] = imx_clk_hw_pfdv2(IMX_PFDV2_IMX7ULP, "spll_pfd2", "spll", base + 0x60C… in imx7ulp_clk_scg1_init() 94 …hws[IMX7ULP_CLK_SPLL_PFD3] = imx_clk_hw_pfdv2(IMX_PFDV2_IMX7ULP, "spll_pfd3", "spll", base + 0x60C… in imx7ulp_clk_scg1_init()
|
H A D | clk-imx27.c | 33 static const char *vpu_sel_clks[] = { "spll", "mpll_main2", }; 39 "ckih_gate", "mpll", "spll", "cpu_div", 64 clk[IMX27_CLK_SPLL] = imx_clk_pllv1(IMX_PLLV1_IMX27, "spll", "ckih_gate", CCM_SPCTL0); in _mx27_clocks_init() 65 clk[IMX27_CLK_SPLL_GATE] = imx_clk_gate("spll_gate", "spll", CCM_CSCR, 1); in _mx27_clocks_init()
|
H A D | clk-imx1.c | 48 clk[IMX1_CLK_SPLL] = imx_clk_pllv1(IMX_PLLV1_IMX1, "spll", "prem", CCM_SPCTL0); in mx1_clocks_init_dt() 49 clk[IMX1_CLK_SPLL_GATE] = imx_clk_gate("spll_gate", "spll", CCM_CSCR, 1); in mx1_clocks_init_dt()
|
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | clock_ti814x.c | 164 const struct sata_pll *spll = (struct sata_pll *)SATA_PLL_BASE; variable 338 writel(SATA_PLLCFG1, &spll->pllcfg1); in sata_pll_config() 341 writel(SATA_PLLCFG3, &spll->pllcfg3); in sata_pll_config() 344 writel(SATA_PLLCFG0_1, &spll->pllcfg0); in sata_pll_config() 347 writel(SATA_PLLCFG0_2, &spll->pllcfg0); in sata_pll_config() 350 writel(SATA_PLLCFG0_3, &spll->pllcfg0); in sata_pll_config() 353 writel(SATA_PLLCFG0_4, &spll->pllcfg0); in sata_pll_config() 356 while (((readl(&spll->pllstatus) & PLL_LOCK) == 0)) in sata_pll_config()
|
/openbmc/linux/drivers/clk/microchip/ |
H A D | clk-core.c | 75 /* SoC specific clock needed during SPLL clock rate switch */ 628 pr_warn("spll: no match found\n"); in spll_calc_mult_div() 689 * We can't change SPLL counters when it is in-active use in spll_clk_set_rate() 725 /* SPLL clock operation */ 735 struct pic32_sys_pll *spll; in pic32_spll_clk_register() local 738 spll = devm_kzalloc(core->dev, sizeof(*spll), GFP_KERNEL); in pic32_spll_clk_register() 739 if (!spll) in pic32_spll_clk_register() 742 spll->core = core; in pic32_spll_clk_register() 743 spll->hw.init = &data->init_data; in pic32_spll_clk_register() 744 spll->ctrl_reg = data->ctrl_reg + core->iobase; in pic32_spll_clk_register() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atomfirmware.c | 674 struct amdgpu_pll *spll = &adev->clock.spll; in amdgpu_atomfirmware_get_clock_info() local 709 spll->reference_freq = le32_to_cpu(smu_info->v31.core_refclk_10khz); in amdgpu_atomfirmware_get_clock_info() 711 spll->reference_freq = le32_to_cpu(smu_info->v40.core_refclk_10khz); in amdgpu_atomfirmware_get_clock_info() 713 spll->reference_div = 0; in amdgpu_atomfirmware_get_clock_info() 714 spll->min_post_div = 1; in amdgpu_atomfirmware_get_clock_info() 715 spll->max_post_div = 1; in amdgpu_atomfirmware_get_clock_info() 716 spll->min_ref_div = 2; in amdgpu_atomfirmware_get_clock_info() 717 spll->max_ref_div = 0xff; in amdgpu_atomfirmware_get_clock_info() 718 spll->min_feedback_div = 4; in amdgpu_atomfirmware_get_clock_info() 719 spll->max_feedback_div = 0xff; in amdgpu_atomfirmware_get_clock_info() [all …]
|
H A D | amdgpu_atombios.c | 570 struct amdgpu_pll *spll = &adev->clock.spll; in amdgpu_atombios_get_clock_info() local 616 spll->reference_freq = in amdgpu_atombios_get_clock_info() 618 spll->reference_div = 0; in amdgpu_atombios_get_clock_info() 620 spll->pll_out_min = in amdgpu_atombios_get_clock_info() 622 spll->pll_out_max = in amdgpu_atombios_get_clock_info() 626 if (spll->pll_out_min == 0) in amdgpu_atombios_get_clock_info() 627 spll->pll_out_min = 64800; in amdgpu_atombios_get_clock_info() 629 spll->pll_in_min = in amdgpu_atombios_get_clock_info() 631 spll->pll_in_max = in amdgpu_atombios_get_clock_info() 634 spll->min_post_div = 1; in amdgpu_atombios_get_clock_info() [all …]
|
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/ |
H A D | scg.c | 315 clk_debug("scg_spll_get_rate SPLL %u\n", rate); in scg_spll_get_rate() 795 /* A7 domain system clock source is SPLL */ 798 /* A7 Core clck = SPLL PFD0 / 1 = 500MHz / 1 = 500MHz */ 830 /* SPLL output clocks (including PFD outputs) selected */ 832 /* SPLL PFD output clock selected */ 844 /*413Mhz = A7 SPLL(528MHz) * 18/23 */ 865 /* Gate off A7 SPLL PFD0 ~ PDF4 */ in scg_a7_spll_init() 873 /* ================ A7 SPLL Configuration Start ============== */ in scg_a7_spll_init() 883 /* Wait for A7 SPLL clock ready */ in scg_a7_spll_init() 887 /* Configure A7 SPLL PFD0 */ in scg_a7_spll_init() [all …]
|
H A D | clock.c | 283 * Non-LP-boot: SOSC, SPLL PFD0 (scs selected) in clock_init() 284 * A7 side: SPLL PFD0 (scs selected, 413Mhz), in clock_init()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | nv40.c | 36 u32 spll; member 175 clk->spll = 0xc0000000 | (log2P << 16) | (N1 << 8) | M1; in nv40_clk_calc() 178 clk->spll = 0x00000000; in nv40_clk_calc() 193 nvkm_mask(device, 0x004008, 0xc007ffff, clk->spll); in nv40_clk_prog()
|
H A D | mcp77.c | 237 /* sclk: nvpll + divisor, href or spll */ in mcp77_clk_calc() 272 nvkm_debug(subdev, " spll: %08x %08x %08x\n", in mcp77_clk_calc() 285 nvkm_debug(subdev, "shader: spll\n"); in mcp77_clk_calc()
|
H A D | nv50.c | 468 /* shader: tie to nvclk if possible, otherwise use spll. have to be in nv50_clk_calc() 475 clk_mask(hwsq, spll[0], 0xc03f0100, (P1 << 19) | (P1 << 16)); in nv50_clk_calc() 482 clk_mask(hwsq, spll[0], 0xc03f0100, in nv50_clk_calc() 484 clk_mask(hwsq, spll[1], 0x0000ffff, (N << 8) | M); in nv50_clk_calc()
|
/openbmc/linux/arch/mips/pic32/pic32mzda/ |
H A D | early_clk.c | 18 #define SPLL 1 macro 71 case SPLL: in pic32_get_sysclk()
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/ |
H A D | scg.h | 181 /* 0: SPLL, 1: bypass */ 247 PLL_M4_SPLL, /* M4 SPLL */ 249 PLL_A7_SPLL, /* A7 SPLL */
|
/openbmc/linux/arch/arm/mach-imx/ |
H A D | pm-imx27.c | 30 /* Clear MPEN and SPEN to disable MPLL/SPLL */ in mx27_suspend_enter()
|
/openbmc/u-boot/arch/arm/mach-uniphier/clk/ |
H A D | pll-ld11.c | 27 /* do nothing for SPLL */ in uniphier_ld11_pll_init()
|
H A D | pll-ld20.c | 35 /* do nothing for SPLL */ in uniphier_ld20_pll_init()
|
H A D | pll-pxs3.c | 36 /* do nothing for SPLL */ in uniphier_pxs3_pll_init()
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | clk.h | 17 #define SPLL 7 macro
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | imx31-clock.yaml | 23 spll 4
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll_mgr.h | 71 * @DPLL_ID_SPLL: HSW and BDW SPLL 187 u32 spll; member
|
/openbmc/u-boot/board/armadeus/apf27/ |
H A D | lowlevel_init.S | 32 /* disable MPLL/SPLL first */
|