/linux-6.6.21/drivers/bcma/ |
D | driver_chipcommon_pmu.c | 84 u32 pll0, mask; in bcma_pmu2_pll_init0() local 115 pll0 = bcma_chipco_pll_read(cc, BCMA_CC_PMU15_PLL_PLLCTL0); in bcma_pmu2_pll_init0() 116 freq_tgt_current = (pll0 & BCMA_CC_PMU15_PLL_PC0_FREQTGT_MASK) >> in bcma_pmu2_pll_init0() 137 pll0 &= ~BCMA_CC_PMU15_PLL_PC0_FREQTGT_MASK; in bcma_pmu2_pll_init0() 138 pll0 |= freq_tgt_target << BCMA_CC_PMU15_PLL_PC0_FREQTGT_SHIFT; in bcma_pmu2_pll_init0() 139 bcma_chipco_pll_write(cc, BCMA_CC_PMU15_PLL_PLLCTL0, pll0); in bcma_pmu2_pll_init0() 353 static u32 bcma_pmu_pll_clock(struct bcma_drv_cc *cc, u32 pll0, u32 m) in bcma_pmu_pll_clock() argument 358 BUG_ON((pll0 & 3) || (pll0 > BCMA_CC_PMU4716_MAINPLL_PLL0)); in bcma_pmu_pll_clock() 370 tmp = bcma_chipco_pll_read(cc, pll0 + BCMA_CC_PPL_P1P2_OFF); in bcma_pmu_pll_clock() 374 tmp = bcma_chipco_pll_read(cc, pll0 + BCMA_CC_PPL_M14_OFF); in bcma_pmu_pll_clock() [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ti/davinci/ |
D | pll.txt | 9 - "ti,da850-pll0" for PLL0 on DA850/OMAP-L138/AM18XX 14 - for "ti,da850-pll0", shall be "clksrc", "extclksrc" 20 This property is only valid when compatible = "ti,da850-pll0". 42 This child node is only valid when compatible = "ti,da850-pll0". 56 pll0: clock-controller@11000 { 57 compatible = "ti,da850-pll0";
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ |
D | qoriq-clock.txt | 160 pll0: pll0@800 { 165 clock-output-names = "pll0", "pll0-div2"; 180 clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; 181 clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; 189 clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; 190 clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2";
|
D | silabs,si5351.txt | 82 /* connect xtal input as source of pll0 and pll1 */ 88 * - pll0 as clock source of multisynth0 90 * - multisynth0 can change pll0
|
D | renesas,cpg-clocks.yaml | 74 - const: pll0 200 - const: pll0
|
D | imx28-clock.yaml | 20 pll0 1
|
D | renesas,cpg-div6-clock.yaml | 60 clock-output-names = "main", "pll0", "pll1", "pll2",
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-pll.txt | 12 "st,clkgen-pll0" 13 "st,clkgen-pll0-a0" 14 "st,clkgen-pll0-c0"
|
D | st,clkgen.txt | 51 compatible = "st,clkgen-pll0";
|
/linux-6.6.21/arch/arc/boot/dts/ |
D | abilis_tb10x.dtsi | 48 pll0: oscillator { label 51 clock-output-names = "pll0"; 56 clocks = <&pll0>; 62 clocks = <&pll0>;
|
D | abilis_tb100.dtsi | 17 pll0: oscillator { label
|
D | abilis_tb101.dtsi | 17 pll0: oscillator { label
|
/linux-6.6.21/arch/arm/boot/dts/st/ |
D | stih418-clock.dtsi | 75 compatible = "st,clkgen-pll0-a0"; 94 clk_s_c0_pll0: clk-s-c0-pll0 { 96 compatible = "st,clkgen-pll0-c0";
|
D | stih407-clock.dtsi | 70 compatible = "st,clkgen-pll0-a0"; 89 clk_s_c0_pll0: clk-s-c0-pll0 { 91 compatible = "st,clkgen-pll0-c0";
|
D | stih410-clock.dtsi | 75 compatible = "st,clkgen-pll0-a0"; 94 clk_s_c0_pll0: clk-s-c0-pll0 { 96 compatible = "st,clkgen-pll0-c0";
|
/linux-6.6.21/drivers/gpu/drm/tegra/ |
D | hdmi.c | 42 u32 pll0; member 138 .pll0 = SOR_PLL_BG_V17_S(3) | SOR_PLL_ICHPMP(1) | 153 .pll0 = SOR_PLL_BG_V17_S(3) | SOR_PLL_ICHPMP(1) | 171 .pll0 = SOR_PLL_BG_V17_S(3) | SOR_PLL_ICHPMP(1) | 185 .pll0 = SOR_PLL_BG_V17_S(3) | SOR_PLL_ICHPMP(1) | 199 .pll0 = SOR_PLL_BG_V17_S(3) | SOR_PLL_ICHPMP(1) | 217 .pll0 = SOR_PLL_ICHPMP(1) | SOR_PLL_BG_V17_S(3) | 235 .pll0 = SOR_PLL_ICHPMP(1) | SOR_PLL_BG_V17_S(3) | 254 .pll0 = SOR_PLL_ICHPMP(1) | SOR_PLL_BG_V17_S(3) | 273 .pll0 = SOR_PLL_ICHPMP(1) | SOR_PLL_BG_V17_S(3) | [all …]
|
D | sor.c | 365 unsigned int pll0; member 1457 value = tegra_sor_readl(sor, sor->soc->regs->pll0); in tegra_sor_power_down() 1459 tegra_sor_writel(sor, value, sor->soc->regs->pll0); in tegra_sor_power_down() 2292 value = tegra_sor_readl(sor, sor->soc->regs->pll0); in tegra_sor_hdmi_enable() 2295 tegra_sor_writel(sor, value, sor->soc->regs->pll0); in tegra_sor_hdmi_enable() 2490 value = tegra_sor_readl(sor, sor->soc->regs->pll0); in tegra_sor_hdmi_enable() 2497 tegra_sor_writel(sor, value, sor->soc->regs->pll0); in tegra_sor_hdmi_enable() 2775 value = tegra_sor_readl(sor, sor->soc->regs->pll0); in tegra_sor_dp_enable() 2777 tegra_sor_writel(sor, value, sor->soc->regs->pll0); in tegra_sor_dp_enable() 2816 value = tegra_sor_readl(sor, sor->soc->regs->pll0); in tegra_sor_dp_enable() [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/display/ |
D | intel,keembay-display.yaml | 28 - description: pll0 clock
|
/linux-6.6.21/drivers/clk/mxs/ |
D | clk-imx28.c | 133 ref_xtal, pll0, pll1, pll2, ref_cpu, ref_emi, ref_io0, ref_io1, enumerator 168 clks[pll0] = mxs_clk_pll("pll0", "ref_xtal", PLL0CTRL0, 17, 480000000); in mx28_clocks_init()
|
/linux-6.6.21/arch/arm/boot/dts/marvell/ |
D | dove-cubox.dts | 101 /* connect xtal input as source of pll0 and pll1 */
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_dpll_mgr.h | 207 u32 ebb0, ebb4, pll0, pll1, pll2, pll3, pll6, pll8, pll9, pll10, pcsdw12; member
|
/linux-6.6.21/drivers/phy/ti/ |
D | Kconfig | 49 three clock selects (pll0, pll1, dig) and resets for each of the
|
/linux-6.6.21/drivers/clk/qcom/ |
D | gcc-mdm9615.c | 47 static struct clk_pll pll0 = { variable 69 &pll0.clkr.hw, 1615 [PLL0] = &pll0.clkr,
|
/linux-6.6.21/Documentation/devicetree/bindings/phy/ |
D | ti,phy-j721e-wiz.yaml | 216 pll0-refclk {
|
/linux-6.6.21/arch/arm/boot/dts/ti/davinci/ |
D | da850.dtsi | 135 pll0: clock-controller@11000 { label 136 compatible = "ti,da850-pll0";
|