Searched refs:AFIFO_OVERFLOW_ST (Results 1 – 2 of 2) sorted by relevance
211 #define AFIFO_OVERFLOW_ST BIT(24) macro
3139 switch (fifo_status & (AFIFO_UNDERFLOW_ST | AFIFO_OVERFLOW_ST)) { in audio_fifo_err()3142 case AFIFO_OVERFLOW_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()