Home
last modified time | relevance | path

Searched +full:sun50i +full:- +full:a64 +full:- +full:codec +full:- +full:analog (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dallwinner,sun50i-a64-codec-analog.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/sound/allwinner,sun50i-a64-codec-analog.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A64 Analog Codec
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
15 const: allwinner,sun50i-a64-codec-analog
20 cpvdd-supply:
24 allwinner,internal-bias-resistor:
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/clock/sun50i-a64-ccu.h>
7 #include <dt-bindings/clock/sun6i-rtc.h>
8 #include <dt-bindings/clock/sun8i-de2.h>
9 #include <dt-bindings/clock/sun8i-r-ccu.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/reset/sun50i-a64-ccu.h>
12 #include <dt-bindings/reset/sun8i-de2.h>
13 #include <dt-bindings/reset/sun8i-r-ccu.h>
14 #include <dt-bindings/thermal/thermal.h>
[all …]
/freebsd/sys/arm/allwinner/a64/
H A Dsun50i_a64_acodec.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
120 { "allwinner,sun50i-a64-codec-analog", 1},
131 #define A64CODEC_LOCK(sc) mtx_lock(&(sc)->mtx)
132 #define A64CODEC_UNLOCK(sc) mtx_unlock(&(sc)->mtx)
133 #define A64CODEC_READ(sc, reg) bus_read_4((sc)->res, (reg))
134 #define A64CODEC_WRITE(sc, reg, val) bus_write_4((sc)->res, (reg), (val))
148 /* De-assert reset */ in a64_acodec_pr_read()
174 /* De-assert reset */ in a64_acodec_pr_write()
213 if (!ofw_bus_search_compatible(dev, compat_data)->ocd_data) in a64codec_probe()
[all …]