Symbol: hdsp_read
sound/pci/rme9652/hdsp.c
1020
position = hdsp_read(hdsp, HDSP_statusRegister);
sound/pci/rme9652/hdsp.c
1254
return hdsp_read(hdsp, HDSP_midiDataIn1);
sound/pci/rme9652/hdsp.c
1256
return hdsp_read(hdsp, HDSP_midiDataIn0);
sound/pci/rme9652/hdsp.c
1271
return (hdsp_read(hdsp, HDSP_midiStatusIn1) & 0xff);
sound/pci/rme9652/hdsp.c
1273
return (hdsp_read(hdsp, HDSP_midiStatusIn0) & 0xff);
sound/pci/rme9652/hdsp.c
1281
fifo_bytes_used = hdsp_read(hdsp, HDSP_midiStatusOut1) & 0xff;
sound/pci/rme9652/hdsp.c
1283
fifo_bytes_used = hdsp_read(hdsp, HDSP_midiStatusOut0) & 0xff;
sound/pci/rme9652/hdsp.c
2427
unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register);
sound/pci/rme9652/hdsp.c
2644
int status2 = hdsp_read(hdsp, HDSP_status2Register);
sound/pci/rme9652/hdsp.c
2674
int status = hdsp_read(hdsp, HDSP_statusRegister);
sound/pci/rme9652/hdsp.c
2705
int status = hdsp_read(hdsp, HDSP_statusRegister);
sound/pci/rme9652/hdsp.c
2732
int status = hdsp_read(hdsp, HDSP_statusRegister);
sound/pci/rme9652/hdsp.c
3358
status = hdsp_read(hdsp, HDSP_statusRegister);
sound/pci/rme9652/hdsp.c
3359
status2 = hdsp_read(hdsp, HDSP_status2Register);
sound/pci/rme9652/hdsp.c
3400
snd_iprintf(buffer, "FIFO status: %d\n", hdsp_read(hdsp, HDSP_fifoStatus) & 0xff);
sound/pci/rme9652/hdsp.c
3401
snd_iprintf(buffer, "MIDI1 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut0));
sound/pci/rme9652/hdsp.c
3402
snd_iprintf(buffer, "MIDI1 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn0));
sound/pci/rme9652/hdsp.c
3403
snd_iprintf(buffer, "MIDI2 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut1));
sound/pci/rme9652/hdsp.c
3404
snd_iprintf(buffer, "MIDI2 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn1));
sound/pci/rme9652/hdsp.c
3844
status = hdsp_read(hdsp, HDSP_statusRegister);
sound/pci/rme9652/hdsp.c
3855
midi0status = hdsp_read (hdsp, HDSP_midiStatusIn0) & 0xff;
sound/pci/rme9652/hdsp.c
3856
midi1status = hdsp_read (hdsp, HDSP_midiStatusIn1) & 0xff;
sound/pci/rme9652/hdsp.c
4572
if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DoubleSpeedStatus)
sound/pci/rme9652/hdsp.c
4610
if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DoubleSpeedStatus)
sound/pci/rme9652/hdsp.c
4957
status = hdsp_read(hdsp, HDSP_statusRegister);
sound/pci/rme9652/hdsp.c
5254
if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
sound/pci/rme9652/hdsp.c
5276
if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2)
sound/pci/rme9652/hdsp.c
5278
else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)
sound/pci/rme9652/hdsp.c
652
if (0 == (hdsp_read(hdsp, HDSP_statusRegister) &
sound/pci/rme9652/hdsp.c
677
if (hdsp_read(hdsp, HDSP_statusRegister) & HDSP_ConfigError)
sound/pci/rme9652/hdsp.c
706
if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
sound/pci/rme9652/hdsp.c
759
if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
sound/pci/rme9652/hdsp.c
799
if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2)
sound/pci/rme9652/hdsp.c
801
else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)
sound/pci/rme9652/hdsp.c
821
if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
sound/pci/rme9652/hdsp.c
854
if ((int)(hdsp_read (hdsp, HDSP_fifoStatus) & 0xff) <= count)
sound/pci/rme9652/hdsp.c
951
unsigned int status = hdsp_read(hdsp, HDSP_statusRegister);
sound/pci/rme9652/hdsp.c
988
unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register);