Home
last modified time | relevance | path

Searched +full:tegra20 +full:- +full:das (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/tegra/
H A Dtegra20_das.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * tegra20_das.c - Tegra20 DAS driver
6 * Copyright (C) 2010 - NVIDIA, Inc.
17 #define DRV_NAME "tegra20-das"
85 * DAS: Digital audio switch (HW module controlled by this driver)
89 * The Tegra DAS is a mux/cross-bar which can connect each DAP to a specific
99 static inline void tegra20_das_write(struct tegra20_das *das, u32 reg, u32 val) in tegra20_das_write() argument
101 regmap_write(das->regmap, reg, val); in tegra20_das_write()
104 static void tegra20_das_connect_dap_to_dac(struct tegra20_das *das, int dap, int dac) in tegra20_das_connect_dap_to_dac() argument
113 tegra20_das_write(das, addr, reg); in tegra20_das_connect_dap_to_dac()
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 tristate "SoC Audio for the Tegra System-on-Chip"
17 tristate "Tegra20 AC97 interface"
22 Tegra20 AC97 interface. You will also need to select the individual
26 tristate "Tegra20 DAS module"
28 Say Y or M if you want to add support for the Tegra20 DAS module.
33 tristate "Tegra20 I2S interface"
37 Tegra20 I2S interface. You will also need to select the individual
41 tristate "Tegra20 SPDIF interface"
43 Say Y or M if you want to add support for the Tegra20 SPDIF interface.
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra20-das.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra20-das.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVIDIA Tegra 20 DAS (Digital Audio Switch) controller
10 - Thierry Reding <treding@nvidia.com>
11 - Jon Hunter <jonathanh@nvidia.com>
15 const: nvidia,tegra20-das
21 - compatible
22 - reg
[all …]
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/clock/tegra20-car.h>
3 #include <dt-bindings/gpio/tegra-gpio.h>
4 #include <dt-bindings/memory/tegra20-mc.h>
5 #include <dt-bindings/pinctrl/pinctrl-tegra.h>
6 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #include <dt-bindings/soc/tegra-pmc.h>
9 #include "tegra20-peripherals-opp.dtsi"
12 compatible = "nvidia,tegra20";
13 interrupt-parent = <&lic>;
[all …]
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]