Home
last modified time | relevance | path

Searched +full:mmp2 +full:- +full:audio +full:- +full:clock (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dmarvell,mmp2-audio-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/marvell,mmp2-audio-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell MMP2 Audio Clock Controller
10 - Lubomir Rintel <lkundrak@v3.sk>
13 The audio clock controller generates and supplies the clocks to the audio
16 Each clock is assigned an identifier and client nodes use this identifier
17 to specify the clock which they consume.
20 <dt-bindings/clock/marvell,mmp2-audio.h>.
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dmarvell,mmp2-audio-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/marvell,mmp2-audio-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell MMP2 Audio Clock Controller
10 - Lubomir Rintel <lkundrak@v3.sk>
13 The audio clock controller generates and supplies the clocks to the audio
16 Each clock is assigned an identifier and client nodes use this identifier
17 to specify the clock which they consume.
20 <dt-bindings/clock/marvell,mmp2-audio.h>.
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/
Dmmp2.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
7 #include <dt-bindings/clock/marvell,mmp2.h>
8 #include <dt-bindings/power/marvell,mmp2.h>
9 #include <dt-bindings/clock/marvell,mmp2-audio.h>
12 #address-cells = <1>;
13 #size-cells = <1>;
25 #address-cells = <1>;
26 #size-cells = <1>;
27 compatible = "simple-bus";
28 interrupt-parent = <&intc>;
[all …]
Dmmp2-olpc-xo-1-75.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
8 /dts-v1/;
9 #include "mmp2.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/linux-event-codes.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13 #include <dt-bindings/clock/marvell,mmp2-audio.h>
16 model = "OLPC XO-1.75";
17 compatible = "olpc,xo-1.75", "mrvl,mmp2";
20 #address-cells = <1>;
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dmmp2.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
7 #include <dt-bindings/clock/marvell,mmp2.h>
8 #include <dt-bindings/power/marvell,mmp2.h>
11 #address-cells = <1>;
12 #size-cells = <1>;
24 #address-cells = <1>;
25 #size-cells = <1>;
26 compatible = "simple-bus";
27 interrupt-parent = <&intc>;
30 L2: l2-cache {
[all …]
Dmmp2-olpc-xo-1-75.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
8 /dts-v1/;
9 #include "mmp2.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/linux-event-codes.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
15 model = "OLPC XO-1.75";
16 compatible = "olpc,xo-1.75", "mrvl,mmp2";
19 #address-cells = <1>;
20 #size-cells = <1>;
[all …]
/kernel/linux/linux-5.10/drivers/clk/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
6 The <linux/clk.h> calls support software clock gating and
20 Select this option when the clock API in <linux/clk.h> is implemented
26 bool "Common Clock Framework"
33 The common clock framework is a single definition of struct
35 implementation of the clock API in include/linux/clk.h.
42 tristate "Clock driver for WM831x/2x PMICs"
59 tristate "Clock driver for Maxim 77620/77686/77802 MFD"
63 clock.
66 tristate "Maxim 9485 Programmable Clock Generator"
[all …]
/kernel/linux/linux-5.10/drivers/clk/mmp/
Dclk-audio.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * MMP Audio Clock Controller driver
8 #include <linux/clk-provider.h>
15 #include <dt-bindings/clock/marvell,mmp2-audio.h>
17 /* Audio Controller Registers */
22 /* SSPA Audio Control Register */
33 /* SSPA Audio PLL Control 0 Register */
50 /* SSPA Audio PLL Control 1 Register */
123 aud_pll_ctrl0 = readl(priv->mmio_base + SSPA_AUD_PLL_CTRL0); in audio_pll_recalc_rate()
131 aud_pll_ctrl1 = readl(priv->mmio_base + SSPA_AUD_PLL_CTRL1); in audio_pll_recalc_rate()
[all …]
Dclk-of-mmp2.c2 * mmp2 clock framework source file
22 #include <dt-bindings/clock/marvell,mmp2.h>
23 #include <dt-bindings/power/marvell,mmp2.h>
183 struct mmp_clk_unit *unit = &pxa_unit->unit; in mmp2_main_clk_init()
188 if (pxa_unit->model == CLK_MODEL_MMP3) { in mmp2_main_clk_init()
190 pxa_unit->mpmu_base, in mmp2_main_clk_init()
194 pxa_unit->mpmu_base, in mmp2_main_clk_init()
203 pxa_unit->mpmu_base + MPMU_UART_PLL, in mmp2_main_clk_init()
210 pxa_unit->mpmu_base + MPMU_I2S0_PLL, in mmp2_main_clk_init()
215 pxa_unit->mpmu_base + MPMU_I2S1_PLL, in mmp2_main_clk_init()
[all …]
/kernel/linux/linux-6.6/drivers/clk/mmp/
Dclk-audio.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * MMP Audio Clock Controller driver
8 #include <linux/clk-provider.h>
15 #include <dt-bindings/clock/marvell,mmp2-audio.h>
17 /* Audio Controller Registers */
22 /* SSPA Audio Control Register */
33 /* SSPA Audio PLL Control 0 Register */
50 /* SSPA Audio PLL Control 1 Register */
125 aud_pll_ctrl0 = readl(priv->mmio_base + SSPA_AUD_PLL_CTRL0); in audio_pll_recalc_rate()
133 aud_pll_ctrl1 = readl(priv->mmio_base + SSPA_AUD_PLL_CTRL1); in audio_pll_recalc_rate()
[all …]
Dclk-of-mmp2.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * mmp2 clock framework source file
19 #include <dt-bindings/clock/marvell,mmp2.h>
20 #include <dt-bindings/power/marvell,mmp2.h>
182 struct mmp_clk_unit *unit = &pxa_unit->unit; in mmp2_main_clk_init()
187 if (pxa_unit->model == CLK_MODEL_MMP3) { in mmp2_main_clk_init()
189 pxa_unit->mpmu_base, in mmp2_main_clk_init()
193 pxa_unit->mpmu_base, in mmp2_main_clk_init()
202 pxa_unit->mpmu_base + MPMU_UART_PLL, in mmp2_main_clk_init()
209 pxa_unit->mpmu_base + MPMU_I2S0_PLL, in mmp2_main_clk_init()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dmarvell,mmp-sspa.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/marvell,mmp-sspa.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvel SSPA Digital Audio Interface
10 - Lubomir Rintel <lkundrak@v3.sk>
13 - $ref: dai-common.yaml#
17 pattern: "^audio-controller(@.*)?$"
20 const: marvell,mmp-sspa
24 - description: RX block
[all …]
/kernel/linux/linux-6.6/drivers/clk/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
6 The <linux/clk.h> calls support software clock gating and
16 Select this option when the clock API in <linux/clk.h> is implemented
22 bool "Common Clock Framework"
28 The common clock framework is a single definition of struct
30 implementation of the clock API in include/linux/clk.h.
37 tristate "Clock driver for WM831x/2x PMICs"
54 tristate "Ti LMK04832 JESD204B Compliant Clock Jitter Cleaner"
59 Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs
62 tristate "Clock driver for Apple SoC NCOs"
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dmarvell,mmp-sspa.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/marvell,mmp-sspa.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvel SSPA Digital Audio Interface Bindings
10 - Lubomir Rintel <lkundrak@v3.sk>
14 pattern: "^audio-controller(@.*)?$"
17 const: marvell,mmp-sspa
21 - description: RX block
22 - description: TX block
[all …]
/kernel/linux/config/linux-5.10/qemu/arch/
Darm_defconfig5 CONFIG_CC_VERSION_TEXT="OHOS (release) clang version 10.0.1.73276 (llvm-project 434bcd0f84635e92ea…
299 # Cortex-A platforms
314 # Cortex-A/Cortex-M asymmetric multiprocessing platforms
339 # Marvell PXA168/910/MMP2 Implementations
346 # end of Marvell PXA168/910/MMP2 Implementations
780 # General architecture-dependent options
805 # GCOV-based kernel profiling
809 # end of GCOV-based kernel profiling
811 # end of General architecture-dependent options
1358 # Self-contained MTD device drivers
[all …]
/kernel/linux/config/linux-5.10/arch/arm/configs/
Dqemu-arm-linux_standard_defconfig5 CONFIG_CC_VERSION_TEXT="OHOS (release) clang version 10.0.1.73276 (llvm-project 434bcd0f84635e92ea…
382 # Cortex-A platforms
397 # Cortex-A/Cortex-M asymmetric multiprocessing platforms
422 # Marvell PXA168/910/MMP2 Implementations
429 # end of Marvell PXA168/910/MMP2 Implementations
892 # General architecture-dependent options
955 # GCOV-based kernel profiling
959 # end of GCOV-based kernel profiling
962 # end of General architecture-dependent options
1589 # Self-contained MTD device drivers
[all …]