awacs_read_reg
static inline u_int awacs_read_reg(struct awacs_softc *, int);
if (awacs_read_reg(sc, AWACS_CODEC_STATUS) &
(awacs_read_reg(sc, AWACS_CODEC_STATUS) &
while (awacs_read_reg(sc, AWACS_CODEC_CTRL) & AWACS_CODEC_BUSY);
reason = awacs_read_reg(sc, AWACS_SOUND_CTRL);
printf("status = %x\n", awacs_read_reg(sc, AWACS_CODEC_STATUS));
if (awacs_read_reg(sc, AWACS_CODEC_STATUS) &
(awacs_read_reg(sc, AWACS_CODEC_STATUS) &