Searched +full:sama7g5 +full:- +full:spdiftx (Results 1 – 2 of 2) sorted by relevance
1 # 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-spdiftx31 - description: Peripheral Bus Clock32 - description: Generic Clock[all …]
1 // SPDX-License-Identifier: GPL-2.020 * ---- 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 …]