Searched +full:ld11 +full:- +full:aio (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/sound/soc/uniphier/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 snd-soc-uniphier-aio-cpu-y := aio-core.o aio-dma.o aio-cpu.o aio-compress.o 3 snd-soc-uniphier-aio-ld11-y := aio-ld11.o 4 snd-soc-uniphier-aio-pxs2-y := aio-pxs2.o 6 obj-$(CONFIG_SND_SOC_UNIPHIER_AIO) += snd-soc-uniphier-aio-cpu.o 7 obj-$(CONFIG_SND_SOC_UNIPHIER_LD11) += snd-soc-uniphier-aio-ld11.o 8 obj-$(CONFIG_SND_SOC_UNIPHIER_PXS2) += snd-soc-uniphier-aio-pxs2.o 10 snd-soc-uniphier-evea-y := evea.o 11 obj-$(CONFIG_SND_SOC_UNIPHIER_EVEA_CODEC) += snd-soc-uniphier-evea.o
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 12 tristate "UniPhier AIO DAI Driver" 18 'AIO' Audio Input/Output subsystem. 23 tristate "UniPhier LD11/LD20 Device Driver" 27 This adds ASoC driver for Socionext UniPhier LD11/LD20 47 This adds Codec driver for Socionext UniPhier LD11/20 SoC
|
D | aio-ld11.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // Socionext UniPhier AIO ALSA driver for LD11/LD20. 5 // Copyright (c) 2016-2018 Socionext Inc. 9 #include "aio.h" 333 .compatible = "socionext,uniphier-ld11-aio", 337 .compatible = "socionext,uniphier-ld20-aio", 346 .name = "snd-uniphier-aio-ld11", 355 MODULE_DESCRIPTION("UniPhier LD11/LD20 AIO driver.");
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | socionext,uniphier-aio.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/sound/socionext,uniphier-aio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: UniPhier AIO audio system 10 - <alsa-devel@alsa-project.org> 13 - $ref: dai-common.yaml# 18 - socionext,uniphier-ld11-aio 19 - socionext,uniphier-ld20-aio 20 - socionext,uniphier-pxs2-aio [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/socionext/ |
D | uniphier-ld11.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 SoC 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/uniphier-gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 compatible = "socionext,uniphier-ld11"; 14 #address-cells = <2>; 15 #size-cells = <2>; 16 interrupt-parent = <&gic>; 19 #address-cells = <2>; [all …]
|
/linux-6.12.1/drivers/reset/ |
D | reset-uniphier.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 #include <linux/reset-controller.h> 22 #define UNIPHIER_RESET_ID_END ((unsigned int)(-1)) 58 UNIPHIER_RESETX(30, 0x2000, 19), /* SATA-PHY */ 59 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */ 70 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */ 80 UNIPHIER_RESETX(16, 0x2014, 4), /* USB30-PHY0 */ 81 UNIPHIER_RESETX(17, 0x2014, 0), /* USB30-PHY1 */ 82 UNIPHIER_RESETX(18, 0x2014, 2), /* USB30-PHY2 */ 83 UNIPHIER_RESETX(20, 0x2014, 5), /* USB31-PHY0 */ [all …]
|