Searched +full:uniphier +full:- +full:evea (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/sound/ |
H A D | socionext,uniphier-evea.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/sound/socionext,uniphier-evea.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: UniPhier EVEA SoC-internal sound codec 10 - <alsa-devel@alsa-project.org> 13 - $ref: dai-common.yaml# 17 const: socionext,uniphier-evea 22 clock-names: 24 - const: evea [all …]
|
/linux/sound/soc/uniphier/ |
H A 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
|
H A D | evea.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // Socionext UniPhier EVEA ADC/DAC codec driver. 5 // Copyright (c) 2016-2017 Socionext Inc. 15 #define DRV_NAME "evea" 107 static void evea_set_power_state_on(struct evea_priv *evea) in evea_set_power_state_on() argument 109 struct regmap *map = evea->regmap; in evea_set_power_state_on() 125 static void evea_set_power_state_off(struct evea_priv *evea) in evea_set_power_state_off() argument 127 struct regmap *map = evea->regmap; in evea_set_power_state_off() 144 static int evea_update_switch_lin(struct evea_priv *evea) in evea_update_switch_lin() argument 146 struct regmap *map = evea->regmap; in evea_update_switch_lin() [all …]
|
/linux/drivers/reset/ |
H A 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 */ 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 */ 84 UNIPHIER_RESETX(21, 0x2014, 1), /* USB31-PHY1 */ 86 UNIPHIER_RESET(30, 0x2014, 8), /* SATA-PHY (active high) */ [all …]
|
/linux/arch/arm64/boot/dts/socionext/ |
H A 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 …]
|
H A D | uniphier-ld20.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD20 SoC 5 // Copyright (C) 2015-2016 Socionext Inc. 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/uniphier-gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/thermal/thermal.h> 14 compatible = "socionext,uniphier-ld20"; 15 #address-cells = <2>; 16 #size-cells = <2>; [all …]
|
/linux/drivers/clk/uniphier/ |
H A D | clk-uniphier-sys.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 #include "clk-uniphier.h" 12 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 8), \ 13 UNIPHIER_CLK_FACTOR("sd-133m", -1, "vpll27a", 1, 2) 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) [all …]
|