Lines Matching +full:0 +full:x00001000
12 #define ACCTLEN 0x00 /* control enable */
13 #define ACCTLDIS 0x04 /* control disable */
14 #define ACCTL_ENLINK 0x00000001 /* enable/disable AC-link */
15 #define ACCTL_AUDODMA 0x00000100 /* AUDODMA enable/disable */
16 #define ACCTL_AUDIDMA 0x00001000 /* AUDIDMA enable/disable */
17 #define ACCTL_AUDOEHLT 0x00010000 /* AUDO error halt
19 #define ACCTL_AUDIEHLT 0x00100000 /* AUDI error halt
21 #define ACREGACC 0x08 /* codec register access */
22 #define ACREGACC_DAT_SHIFT 0 /* data field */
25 #define ACREGACC_READ 0x80000000 /* CODEC read */
26 #define ACREGACC_WRITE 0x00000000 /* CODEC write */
27 #define ACINTSTS 0x10 /* interrupt status */
28 #define ACINTMSTS 0x14 /* interrupt masked status */
29 #define ACINTEN 0x18 /* interrupt enable */
30 #define ACINTDIS 0x1c /* interrupt disable */
31 #define ACINT_CODECRDY(n) (0x00000001 << (n)) /* CODECn ready */
32 #define ACINT_REGACCRDY 0x00000010 /* ACREGACC ready */
33 #define ACINT_AUDOERR 0x00000100 /* AUDO underrun error */
34 #define ACINT_AUDIERR 0x00001000 /* AUDI overrun error */
35 #define ACDMASTS 0x80 /* DMA request status */
36 #define ACDMA_AUDO 0x00000001 /* AUDODMA pending */
37 #define ACDMA_AUDI 0x00000010 /* AUDIDMA pending */
38 #define ACAUDODAT 0xa0 /* audio out data */
39 #define ACAUDIDAT 0xb0 /* audio in data */
40 #define ACREVID 0xfc /* revision ID */