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

/linux-master/sound/pci/rme9652/
H A Dhdsp.c88 #define HDSP_statusRegister 0 macro
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) {
823 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
955 unsigned int status = hdsp_read(hdsp, HDSP_statusRegister);
1024 position = hdsp_read(hdsp, HDSP_statusRegister);
2709 int status = hdsp_read(hdsp, HDSP_statusRegister);
2740 int status = hdsp_read(hdsp, HDSP_statusRegister);
[all...]

Completed in 106 milliseconds