Home
last modified time | relevance | path

Searched +full:sama7g5 +full:- +full:spdiftx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/sound/
Dmchp,spdiftx.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mchp,spdiftx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
14 compliant with the IEC-60958 standard.
17 "#sound-dai-cells":
21 const: microchip,sama7g5-spdiftx
31 - description: Peripheral Bus Clock
32 - description: Generic Clock
[all …]
/Linux-v5.10/sound/soc/atmel/
Dmchp-spdiftx.c1 // SPDX-License-Identifier: GPL-2.0
20 * ---- S/PDIF Transmitter Controller Register map ----
37 * ---- Control Register (Write-only) ----
43 * ---- Mode Register (Read/Write) ----
91 ((((bytes) - 1) << 28) & SPDIFTX_MR_BPS_MASK)
94 * ---- Interrupt Enable/Disable/Mask/Status Register (Write/Read-only) ----
207 regmap_read(dev->regmap, SPDIFTX_MR, &mr); in mchp_spdiftx_is_running()
213 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_channel_status_write()
217 for (i = 0; i < ARRAY_SIZE(ctrl->ch_stat) / 4; i++) { in mchp_spdiftx_channel_status_write()
218 val = (ctrl->ch_stat[(i * 4) + 0] << 0) | in mchp_spdiftx_channel_status_write()
[all …]