Searched refs:AFIFO_UNDERFLOW_ST (Results 1 – 2 of 2) sorted by relevance
210 #define AFIFO_UNDERFLOW_ST BIT(25) macro
3139 switch (fifo_status & (AFIFO_UNDERFLOW_ST | AFIFO_OVERFLOW_ST)) { in audio_fifo_err()3140 case AFIFO_UNDERFLOW_ST: in audio_fifo_err()3144 case AFIFO_UNDERFLOW_ST | AFIFO_OVERFLOW_ST: in audio_fifo_err()3188 if (fifo_status2 & (AFIFO_UNDERFLOW_ST | AFIFO_OVERFLOW_ST)) { in hdmirx_delayed_work_audio()