Lines Matching refs:hdsp_fifo_wait
595 static int hdsp_fifo_wait(struct hdsp *hdsp, int count, int timeout);
714 if (hdsp_fifo_wait (hdsp, 0, HDSP_LONG_WAIT)) {
725 if (hdsp_fifo_wait (hdsp, 127, HDSP_LONG_WAIT)) {
733 hdsp_fifo_wait(hdsp, 3, HDSP_LONG_WAIT);
766 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0) {
773 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0)
778 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) == 0) {
787 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) == 0)
793 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0)
846 static int hdsp_fifo_wait(struct hdsp *hdsp, int count, int timeout)
929 if (hdsp_fifo_wait(hdsp, 127, HDSP_LONG_WAIT))
4986 if (hdsp_fifo_wait (hdsp, 0, 100)) {