DATA_READY
if (int_stat & (DATA_READY | WATERMARK)) {
ac->int_mask |= DATA_READY;
} while ((!(ret & DATA_READY)) && --i);