hdsp_read 662 sound/pci/rme9652/hdsp.c if (0 == (hdsp_read(hdsp, HDSP_statusRegister) & hdsp_read 687 sound/pci/rme9652/hdsp.c if (hdsp_read(hdsp, HDSP_statusRegister) & HDSP_ConfigError) hdsp_read 717 sound/pci/rme9652/hdsp.c if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { hdsp_read 771 sound/pci/rme9652/hdsp.c if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { hdsp_read 811 sound/pci/rme9652/hdsp.c if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2) hdsp_read 813 sound/pci/rme9652/hdsp.c else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1) hdsp_read 833 sound/pci/rme9652/hdsp.c if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { hdsp_read 866 sound/pci/rme9652/hdsp.c if ((int)(hdsp_read (hdsp, HDSP_fifoStatus) & 0xff) <= count) hdsp_read 965 sound/pci/rme9652/hdsp.c unsigned int status = hdsp_read(hdsp, HDSP_statusRegister); hdsp_read 1002 sound/pci/rme9652/hdsp.c unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register); hdsp_read 1034 sound/pci/rme9652/hdsp.c position = hdsp_read(hdsp, HDSP_statusRegister); hdsp_read 1272 sound/pci/rme9652/hdsp.c return hdsp_read(hdsp, HDSP_midiDataIn1); hdsp_read 1274 sound/pci/rme9652/hdsp.c return hdsp_read(hdsp, HDSP_midiDataIn0); hdsp_read 1289 sound/pci/rme9652/hdsp.c return (hdsp_read(hdsp, HDSP_midiStatusIn1) & 0xff); hdsp_read 1291 sound/pci/rme9652/hdsp.c return (hdsp_read(hdsp, HDSP_midiStatusIn0) & 0xff); hdsp_read 1299 sound/pci/rme9652/hdsp.c fifo_bytes_used = hdsp_read(hdsp, HDSP_midiStatusOut1) & 0xff; hdsp_read 1301 sound/pci/rme9652/hdsp.c fifo_bytes_used = hdsp_read(hdsp, HDSP_midiStatusOut0) & 0xff; hdsp_read 2464 sound/pci/rme9652/hdsp.c unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register); hdsp_read 2687 sound/pci/rme9652/hdsp.c int status2 = hdsp_read(hdsp, HDSP_status2Register); hdsp_read 2717 sound/pci/rme9652/hdsp.c int status = hdsp_read(hdsp, HDSP_statusRegister); hdsp_read 2748 sound/pci/rme9652/hdsp.c int status = hdsp_read(hdsp, HDSP_statusRegister); hdsp_read 2775 sound/pci/rme9652/hdsp.c int status = hdsp_read(hdsp, HDSP_statusRegister); hdsp_read 3331 sound/pci/rme9652/hdsp.c status = hdsp_read(hdsp, HDSP_statusRegister); hdsp_read 3332 sound/pci/rme9652/hdsp.c status2 = hdsp_read(hdsp, HDSP_status2Register); hdsp_read 3372 sound/pci/rme9652/hdsp.c snd_iprintf(buffer, "FIFO status: %d\n", hdsp_read(hdsp, HDSP_fifoStatus) & 0xff); hdsp_read 3373 sound/pci/rme9652/hdsp.c snd_iprintf(buffer, "MIDI1 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut0)); hdsp_read 3374 sound/pci/rme9652/hdsp.c snd_iprintf(buffer, "MIDI1 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn0)); hdsp_read 3375 sound/pci/rme9652/hdsp.c snd_iprintf(buffer, "MIDI2 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut1)); hdsp_read 3376 sound/pci/rme9652/hdsp.c snd_iprintf(buffer, "MIDI2 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn1)); hdsp_read 3819 sound/pci/rme9652/hdsp.c status = hdsp_read(hdsp, HDSP_statusRegister); hdsp_read 3830 sound/pci/rme9652/hdsp.c midi0status = hdsp_read (hdsp, HDSP_midiStatusIn0) & 0xff; hdsp_read 3831 sound/pci/rme9652/hdsp.c midi1status = hdsp_read (hdsp, HDSP_midiStatusIn1) & 0xff; hdsp_read 4598 sound/pci/rme9652/hdsp.c if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DoubleSpeedStatus) hdsp_read 4636 sound/pci/rme9652/hdsp.c if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DoubleSpeedStatus) hdsp_read 4981 sound/pci/rme9652/hdsp.c status = hdsp_read(hdsp, HDSP_statusRegister); hdsp_read 5256 sound/pci/rme9652/hdsp.c if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { hdsp_read 5276 sound/pci/rme9652/hdsp.c if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2) hdsp_read 5278 sound/pci/rme9652/hdsp.c else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)