Searched refs:DIVA_DFIFO_READY (Results 1 – 2 of 2) sorted by relevance
90 if (tmp[0] & DIVA_DFIFO_READY) { /* No free blocks more */ in diva_istream_write()111 DIVA_DFIFO_READY | in diva_istream_write()174 if (!(tmp[0] & DIVA_DFIFO_READY)) { in diva_istream_read()
50 #define DIVA_DFIFO_READY 0x40 /* This block is ready for processing */ macro