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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/rme9652/
H A Dhdsp.c103 #define HDSP_statusRegister 0 macro
656 if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_ConfigError) {
673 if (hdsp_read(hdsp, HDSP_statusRegister) & HDSP_ConfigError)
692 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
744 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
781 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
916 unsigned int status = hdsp_read(hdsp, HDSP_statusRegister);
983 position = hdsp_read(hdsp, HDSP_statusRegister);
2990 int status = hdsp_read(hdsp, HDSP_statusRegister);
3021 int status = hdsp_read(hdsp, HDSP_statusRegister);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/rme9652/
H A Dhdsp.c103 #define HDSP_statusRegister 0 macro
656 if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_ConfigError) {
673 if (hdsp_read(hdsp, HDSP_statusRegister) & HDSP_ConfigError)
692 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
744 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
781 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
916 unsigned int status = hdsp_read(hdsp, HDSP_statusRegister);
983 position = hdsp_read(hdsp, HDSP_statusRegister);
2990 int status = hdsp_read(hdsp, HDSP_statusRegister);
3021 int status = hdsp_read(hdsp, HDSP_statusRegister);
[all...]

Completed in 65 milliseconds