Lines Matching +full:off +full:- +full:codec
1 /* SPDX-License-Identifier: GPL-2.0 */
32 #define GCR_ACLINK_OFF (1 << 3) /* AC-link Shut Off */
35 #define GCR_GIE (1 << 0) /* Codec GPI Interrupt Enable */
43 #define PISR_EOC (1 << 3) /* DMA End-of-Chain (exclusive clear) */
48 #define MCSR_EOC (1 << 3) /* DMA End-of-Chain (exclusive clear) */
60 #define GSR_SCR (1 << 9) /* Secondary Codec Ready */
61 #define GSR_PCR (1 << 8) /* Primary Codec Ready */
65 #define GSR_ACOFFD (1 << 3) /* AC-link Shut Off Done */
68 #define GSR_GSCI (1 << 0) /* Codec GPI Status Change Interrupt */
70 #define CAR (0x0020) /* CODEC Access Register */
71 #define CAR_CAIP (1 << 0) /* Codec Access In Progress */
74 #define MCDR (0x0060) /* Mic-in FIFO Data Register */
90 #define MISR_EOC (1 << 3) /* DMA End-of-Chain (exclusive clear) */
95 #define PAC_REG_BASE (0x0200) /* Primary Audio Codec */
96 #define SAC_REG_BASE (0x0300) /* Secondary Audio Codec */
97 #define PMC_REG_BASE (0x0400) /* Primary Modem Codec */
98 #define SMC_REG_BASE (0x0500) /* Secondary Modem Codec */