Lines Matching +full:off +full:- +full:codec
1 /* SPDX-License-Identifier: GPL-2.0 */
34 #define GCR_ACLINK_OFF (1 << 3) /* AC-link Shut Off */
37 #define GCR_GIE (1 << 0) /* Codec GPI Interrupt Enable */
45 #define PISR_EOC (1 << 3) /* DMA End-of-Chain (exclusive clear) */
50 #define MCSR_EOC (1 << 3) /* DMA End-of-Chain (exclusive clear) */
62 #define GSR_SCR (1 << 9) /* Secondary Codec Ready */
63 #define GSR_PCR (1 << 8) /* Primary Codec Ready */
67 #define GSR_ACOFFD (1 << 3) /* AC-link Shut Off Done */
70 #define GSR_GSCI (1 << 0) /* Codec GPI Status Change Interrupt */
72 #define CAR __REG(0x40500020) /* CODEC Access Register */
73 #define CAR_CAIP (1 << 0) /* Codec Access In Progress */
76 #define MCDR __REG(0x40500060) /* Mic-in FIFO Data Register */
92 #define MISR_EOC (1 << 3) /* DMA End-of-Chain (exclusive clear) */
97 #define PAC_REG_BASE __REG(0x40500200) /* Primary Audio Codec */
98 #define SAC_REG_BASE __REG(0x40500300) /* Secondary Audio Codec */
99 #define PMC_REG_BASE __REG(0x40500400) /* Primary Modem Codec */
100 #define SMC_REG_BASE __REG(0x40500500) /* Secondary Modem Codec */