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

/linux-master/sound/pci/rme9652/
H A Dhdsp.c90 #define HDSP_status2Register 192 macro
801 if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2)
803 else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)
992 unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register);
2456 unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register);
2679 int status2 = hdsp_read(hdsp, HDSP_status2Register);
3399 status2 = hdsp_read(hdsp, HDSP_status2Register);
5341 if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2)
5343 else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)

Completed in 185 milliseconds