Searched full:dfll (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/clk/tegra/ |
| H A D | clk-dfll.c | 3 * clk-dfll.c - Tegra DFLL clock source common code 10 * This library is for the DVCO and DFLL IP blocks on the Tegra124 13 * collectively as the "DFLL." 15 * The DFLL is a root clocksource which tolerates some amount of 18 * DFLL can be operated in either open-loop mode or closed-loop mode. 19 * In open-loop mode, the DFLL generates an output clock appropriate 21 * target frequency, the DFLL minimizes supply voltage while 24 * Devices clocked by the DFLL must be able to tolerate frequency 49 #include "clk-dfll.h" 53 * DFLL control registers - access via dfll_{readl,writel} [all …]
|
| H A D | clk-dfll.h | 3 * clk-dfll.h - prototypes and macros for the Tegra DFLL clocksource driver 20 * struct tegra_dfll_soc_data - SoC-specific hooks/integration for the DFLL driver 21 * @dev: struct device * that holds the OPP table for the DFLL
|
| H A D | Makefile | 5 obj-y += clk-dfll.o 25 obj-$(CONFIG_TEGRA_CLK_DFLL) += clk-tegra124-dfll-fcpu.o
|
| H A D | clk-tegra124-dfll-fcpu.c | 3 * Tegra124 DFLL FCPU clock source driver 21 #include "clk-dfll.h" 613 .compatible = "nvidia,tegra114-dfll", 617 .compatible = "nvidia,tegra124-dfll", 621 .compatible = "nvidia,tegra210-dfll", 744 .name = "tegra124-dfll",
|
| H A D | clk-tegra124.c | 1384 * tegra124_clock_assert_dfll_dvco_reset - assert the DFLL's DVCO reset 1386 * Assert the reset line of the DFLL's DVCO. No return value. 1399 * tegra124_clock_deassert_dfll_dvco_reset - deassert the DFLL's DVCO reset 1401 * Deassert the reset line of the DFLL's DVCO, allowing the DVCO to
|
| H A D | clk-tegra210.c | 3634 * tegra210_clock_assert_dfll_dvco_reset - assert the DFLL's DVCO reset 3636 * Assert the reset line of the DFLL's DVCO. No return value. 3649 * tegra210_clock_deassert_dfll_dvco_reset - deassert the DFLL's DVCO reset 3651 * Deassert the reset line of the DFLL's DVCO, allowing the DVCO to
|
| /linux/drivers/cpufreq/ |
| H A D | tegra124-cpufreq.c | 79 priv->dfll_clk = of_clk_get_by_name(np, "dfll"); in tegra124_cpufreq_probe() 131 * to PLLP and disable DFLL. in tegra124_cpufreq_suspend() 151 * Enable DFLL clock and switch CPU clock source back to DFLL. in tegra124_cpufreq_resume() 155 dev_err(dev, "failed to enable DFLL clock for CPU: %d\n", err); in tegra124_cpufreq_resume() 161 dev_err(dev, "failed to reparent to DFLL clock: %d\n", err); in tegra124_cpufreq_resume() 213 * the regulator and the DFLL clock in tegra_cpufreq_init()
|
| /linux/Documentation/devicetree/bindings/cpufreq/ |
| H A D | nvidia,tegra124-cpufreq.txt | 14 - dfll: Fast DFLL clocksource that also automatically scales CPU voltage. 34 <&dfll>; 35 clock-names = "cpu_g", "pll_x", "pll_p", "dfll";
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| H A D | smu11_driver_if_sienna_cichlid.h | 452 //Piecewise linear droop model, Sienna_Cichlid currently used only for GFX DFLL 713 uint8_t GfxclkSource; // 0 = PLL, 1 = DFLL 913 // GFXCLK DFLL Spread Spectrum 1073 uint8_t GfxclkSource; // 0 = PLL, 1 = DFLL 1274 // GFXCLK DFLL Spread Spectrum
|
| H A D | smu11_driver_if_navi10.h | 614 uint8_t GfxclkSource; // 0 = PLL, 1 = DFLL 785 // GFXCLK DFLL Spread Spectrum
|
| H A D | smu13_driver_if_aldebaran.h | 335 uint8_t GfxclkSource; // GfxclkSrc_e [0 = PLL, 1 = DFLL]
|
| H A D | smu14_driver_if_v14_0.h | 1178 // DFLL 1476 // DFLL Spread Spectrum
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124.dtsi | 1045 dfll: clock@70110000 { label 1046 compatible = "nvidia,tegra124-dfll"; 1047 reg = <0 0x70110000 0 0x100>, /* DFLL control */ 1303 <&dfll>; 1304 clock-names = "cpu_g", "cpu_lp", "pll_x", "pll_p", "dfll";
|
| H A D | tegra124-jetson-tk1.dts | 1836 /* CPU DFLL clock */
|
| H A D | tegra124-apalis-v1.2.dtsi | 1954 /* CPU DFLL clock */
|
| H A D | tegra124-apalis.dtsi | 1946 /* CPU DFLL clock */
|
| H A D | tegra124-xiaomi-mocha.dts | 2438 /* CPU DFLL clock */
|
| /linux/sound/soc/codecs/ |
| H A D | rt715-sdca.c | 1052 /* DFLL Calibration trigger */ in rt715_sdca_io_init()
|