Searched refs:hdsp_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | hdsp.c | 646 static unsigned int hdsp_read(struct hdsp *hdsp, int reg) in hdsp_read() function 657 if (0 == (hdsp_read(hdsp, HDSP_statusRegister) & in hdsp_check_for_iobox() 682 if (hdsp_read(hdsp, HDSP_statusRegister) & HDSP_ConfigError) in hdsp_wait_for_iobox() 712 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { in snd_hdsp_load_firmware_from_cache() 766 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { in hdsp_get_iobox_version() 806 if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2) in hdsp_get_iobox_version() 808 else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1) in hdsp_get_iobox_version() 828 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { in hdsp_check_for_firmware() 861 if ((int)(hdsp_read (hdsp, HDSP_fifoStatus) & 0xff) <= count) in hdsp_fifo_wait() 960 unsigned int status = hdsp_read(hds in hdsp_spdif_sample_rate() [all...] |
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | hdsp.c | 641 static unsigned int hdsp_read(struct hdsp *hdsp, int reg) in hdsp_read() function 652 if (0 == (hdsp_read(hdsp, HDSP_statusRegister) & in hdsp_check_for_iobox() 677 if (hdsp_read(hdsp, HDSP_statusRegister) & HDSP_ConfigError) in hdsp_wait_for_iobox() 707 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { in snd_hdsp_load_firmware_from_cache() 761 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { in hdsp_get_iobox_version() 801 if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2) in hdsp_get_iobox_version() 803 else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1) in hdsp_get_iobox_version() 823 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { in hdsp_check_for_firmware() 856 if ((int)(hdsp_read (hdsp, HDSP_fifoStatus) & 0xff) <= count) in hdsp_fifo_wait() 955 unsigned int status = hdsp_read(hds in hdsp_spdif_sample_rate() [all...] |
Completed in 10 milliseconds