Searched refs:hdsp_fifo_wait (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/sound/pci/rme9652/ |
| D | hdsp.c | 592 static int hdsp_fifo_wait(struct hdsp *hdsp, int count, int timeout); 711 if (hdsp_fifo_wait (hdsp, 0, HDSP_LONG_WAIT)) { in snd_hdsp_load_firmware_from_cache() 722 if (hdsp_fifo_wait (hdsp, 127, HDSP_LONG_WAIT)) { in snd_hdsp_load_firmware_from_cache() 730 hdsp_fifo_wait(hdsp, 3, HDSP_LONG_WAIT); in snd_hdsp_load_firmware_from_cache() 763 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0) { in hdsp_get_iobox_version() 770 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0) in hdsp_get_iobox_version() 775 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) == 0) { in hdsp_get_iobox_version() 784 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) == 0) in hdsp_get_iobox_version() 790 if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0) in hdsp_get_iobox_version() 843 static int hdsp_fifo_wait(struct hdsp *hdsp, int count, int timeout) in hdsp_fifo_wait() function [all …]
|