Searched refs:hdsp_read (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/rme9652/
H A Dhdsp.c641 static unsigned int hdsp_read(struct hdsp *hdsp, int reg) function
652 if (0 == (hdsp_read(hdsp, HDSP_statusRegister) &
677 if (hdsp_read(hdsp, HDSP_statusRegister) & HDSP_ConfigError)
707 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
761 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
801 if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2)
803 else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)
823 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
856 if ((int)(hdsp_read (hdsp, HDSP_fifoStatus) & 0xff) <= count)
955 unsigned int status = hdsp_read(hds
[all...]

Completed in 120 milliseconds