Searched refs:APC_READ (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/sound/sbus/
H A Dcs4231.c205 #define APC_READ(sc,r) \ macro
604 APC_CSR, APC_READ(sc, APC_CSR) | APC_CSR_CODEC_RESET);
607 APC_CSR, APC_READ(sc, APC_CSR) & (~APC_CSR_CODEC_RESET));
745 csr = APC_READ(sc, APC_CSR);
1316 cur = (ch->dir == PCMDIR_PLAY) ? APC_READ(sc, APC_PVA) :
1317 APC_READ(sc, APC_CVA);
1371 csr = APC_READ(sc, APC_CSR);
1377 APC_WRITE(sc, APC_CSR, APC_READ(sc, APC_CSR) &
1379 APC_WRITE(sc, APC_CSR, APC_READ(sc, APC_CSR) |
1387 if (APC_READ(s
[all...]

Completed in 27 milliseconds