hdsp_read         658 sound/pci/rme9652/hdsp.c 	if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_ConfigError) {
hdsp_read         672 sound/pci/rme9652/hdsp.c 	if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
hdsp_read         724 sound/pci/rme9652/hdsp.c 	if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
hdsp_read         744 sound/pci/rme9652/hdsp.c 		if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)
hdsp_read         761 sound/pci/rme9652/hdsp.c 	if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
hdsp_read         798 sound/pci/rme9652/hdsp.c 		if ((int)(hdsp_read (hdsp, HDSP_fifoStatus) & 0xff) <= count)
hdsp_read         896 sound/pci/rme9652/hdsp.c 	unsigned int status = hdsp_read(hdsp, HDSP_statusRegister);
hdsp_read         931 sound/pci/rme9652/hdsp.c 	unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register);
hdsp_read         963 sound/pci/rme9652/hdsp.c 	position = hdsp_read(hdsp, HDSP_statusRegister);
hdsp_read        1196 sound/pci/rme9652/hdsp.c 		return hdsp_read(hdsp, HDSP_midiDataIn1);
hdsp_read        1198 sound/pci/rme9652/hdsp.c 		return hdsp_read(hdsp, HDSP_midiDataIn0);
hdsp_read        1213 sound/pci/rme9652/hdsp.c 		return (hdsp_read(hdsp, HDSP_midiStatusIn1) & 0xff);
hdsp_read        1215 sound/pci/rme9652/hdsp.c 		return (hdsp_read(hdsp, HDSP_midiStatusIn0) & 0xff);
hdsp_read        1223 sound/pci/rme9652/hdsp.c 		fifo_bytes_used = hdsp_read(hdsp, HDSP_midiStatusOut1) & 0xff;
hdsp_read        1225 sound/pci/rme9652/hdsp.c 		fifo_bytes_used = hdsp_read(hdsp, HDSP_midiStatusOut0) & 0xff;
hdsp_read        2657 sound/pci/rme9652/hdsp.c 	unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register);
hdsp_read        2941 sound/pci/rme9652/hdsp.c 	int status2 = hdsp_read(hdsp, HDSP_status2Register);
hdsp_read        2971 sound/pci/rme9652/hdsp.c 	int status = hdsp_read(hdsp, HDSP_statusRegister);
hdsp_read        3002 sound/pci/rme9652/hdsp.c 	int status = hdsp_read(hdsp, HDSP_statusRegister);
hdsp_read        3029 sound/pci/rme9652/hdsp.c 	int status = hdsp_read(hdsp, HDSP_statusRegister);
hdsp_read        3302 sound/pci/rme9652/hdsp.c 	status = hdsp_read(hdsp, HDSP_statusRegister);
hdsp_read        3303 sound/pci/rme9652/hdsp.c 	status2 = hdsp_read(hdsp, HDSP_status2Register);
hdsp_read        3314 sound/pci/rme9652/hdsp.c 	snd_iprintf(buffer, "FIFO status: %d\n", hdsp_read(hdsp, HDSP_fifoStatus) & 0xff);
hdsp_read        3315 sound/pci/rme9652/hdsp.c 	snd_iprintf(buffer, "MIDI1 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut0));
hdsp_read        3316 sound/pci/rme9652/hdsp.c 	snd_iprintf(buffer, "MIDI1 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn0));
hdsp_read        3317 sound/pci/rme9652/hdsp.c 	snd_iprintf(buffer, "MIDI2 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut1));
hdsp_read        3318 sound/pci/rme9652/hdsp.c 	snd_iprintf(buffer, "MIDI2 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn1));
hdsp_read        3708 sound/pci/rme9652/hdsp.c 	status = hdsp_read(hdsp, HDSP_statusRegister);
hdsp_read        3719 sound/pci/rme9652/hdsp.c 	midi0status = hdsp_read (hdsp, HDSP_midiStatusIn0) & 0xff;
hdsp_read        3720 sound/pci/rme9652/hdsp.c 	midi1status = hdsp_read (hdsp, HDSP_midiStatusIn1) & 0xff;
hdsp_read        4455 sound/pci/rme9652/hdsp.c 	if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DoubleSpeedStatus)
hdsp_read        4493 sound/pci/rme9652/hdsp.c 	if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DoubleSpeedStatus)
hdsp_read        4796 sound/pci/rme9652/hdsp.c 		status = hdsp_read(hdsp, HDSP_statusRegister);
hdsp_read        5048 sound/pci/rme9652/hdsp.c 		if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
hdsp_read        5067 sound/pci/rme9652/hdsp.c 			if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)