hdspm_read        644 sound/pci/rme9652/hdspm.c 		unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
hdspm_read        645 sound/pci/rme9652/hdspm.c 		unsigned int status = hdspm_read(hdspm, HDSPM_statusRegister);
hdspm_read        647 sound/pci/rme9652/hdspm.c 			hdspm_read(hdspm, HDSPM_timecodeRegister);
hdspm_read        663 sound/pci/rme9652/hdspm.c 		unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
hdspm_read        664 sound/pci/rme9652/hdspm.c 		unsigned int status = hdspm_read(hdspm, HDSPM_statusRegister);
hdspm_read        759 sound/pci/rme9652/hdspm.c 	position = hdspm_read(hdspm, HDSPM_statusRegister);
hdspm_read       1023 sound/pci/rme9652/hdspm.c 		return hdspm_read(hdspm, HDSPM_midiDataIn1);
hdspm_read       1025 sound/pci/rme9652/hdspm.c 		return hdspm_read(hdspm, HDSPM_midiDataIn0);
hdspm_read       1041 sound/pci/rme9652/hdspm.c 		return (hdspm_read(hdspm, HDSPM_midiStatusIn1) & 0xff);
hdspm_read       1043 sound/pci/rme9652/hdspm.c 		return (hdspm_read(hdspm, HDSPM_midiStatusIn0) & 0xff);
hdspm_read       1051 sound/pci/rme9652/hdspm.c 		fifo_bytes_used = hdspm_read(hdspm, HDSPM_midiStatusOut1);
hdspm_read       1053 sound/pci/rme9652/hdspm.c 		fifo_bytes_used = hdspm_read(hdspm, HDSPM_midiStatusOut0);
hdspm_read       1791 sound/pci/rme9652/hdspm.c 		unsigned int status = hdspm_read(hdspm, HDSPM_statusRegister);
hdspm_read       1801 sound/pci/rme9652/hdspm.c 		unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
hdspm_read       2703 sound/pci/rme9652/hdspm.c 		int status = hdspm_read(hdspm, HDSPM_statusRegister);
hdspm_read       2711 sound/pci/rme9652/hdspm.c 		int status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
hdspm_read       2743 sound/pci/rme9652/hdspm.c 	int status = hdspm_read(hdspm, HDSPM_statusRegister);
hdspm_read       2776 sound/pci/rme9652/hdspm.c 	int status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
hdspm_read       2955 sound/pci/rme9652/hdspm.c 	status = hdspm_read(hdspm, HDSPM_statusRegister);
hdspm_read       2956 sound/pci/rme9652/hdspm.c 	status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
hdspm_read       2989 sound/pci/rme9652/hdspm.c 		    hdspm_read(hdspm, HDSPM_midiStatusOut0) & 0xFF,
hdspm_read       2990 sound/pci/rme9652/hdspm.c 		    hdspm_read(hdspm, HDSPM_midiStatusOut1) & 0xFF,
hdspm_read       2991 sound/pci/rme9652/hdspm.c 		    hdspm_read(hdspm, HDSPM_midiStatusIn0) & 0xFF,
hdspm_read       2992 sound/pci/rme9652/hdspm.c 		    hdspm_read(hdspm, HDSPM_midiStatusIn1) & 0xFF);
hdspm_read       3149 sound/pci/rme9652/hdspm.c 	status = hdspm_read(hdspm, HDSPM_statusRegister);
hdspm_read       3150 sound/pci/rme9652/hdspm.c 	status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
hdspm_read       3151 sound/pci/rme9652/hdspm.c 	timecode = hdspm_read(hdspm, HDSPM_timecodeRegister);
hdspm_read       3181 sound/pci/rme9652/hdspm.c 		    hdspm_read(hdspm, HDSPM_midiStatusOut0) & 0xFF,
hdspm_read       3182 sound/pci/rme9652/hdspm.c 		    hdspm_read(hdspm, HDSPM_midiStatusOut1) & 0xFF,
hdspm_read       3183 sound/pci/rme9652/hdspm.c 		    hdspm_read(hdspm, HDSPM_midiStatusIn0) & 0xFF,
hdspm_read       3184 sound/pci/rme9652/hdspm.c 		    hdspm_read(hdspm, HDSPM_midiStatusIn1) & 0xFF);
hdspm_read       3318 sound/pci/rme9652/hdspm.c 			snd_iprintf(buffer, "%08X ", hdspm_read(hdspm, i + j));
hdspm_read       3434 sound/pci/rme9652/hdspm.c 	status = hdspm_read(hdspm, HDSPM_statusRegister);
hdspm_read       3446 sound/pci/rme9652/hdspm.c 	midi0status = hdspm_read(hdspm, HDSPM_midiStatusIn0) & 0xff;
hdspm_read       3447 sound/pci/rme9652/hdspm.c 	midi1status = hdspm_read(hdspm, HDSPM_midiStatusIn1) & 0xff;