Lines Matching refs:temp
47 int temp, mode; in snd_vortex_midi() local
55 temp = in snd_vortex_midi()
58 hwwrite(vortex->mmio, VORTEX_CTRL, temp); in snd_vortex_midi()
61 temp = in snd_vortex_midi()
64 hwwrite(vortex->mmio, VORTEX_CTRL, temp); in snd_vortex_midi()
68 temp = hwread(vortex->mmio, VORTEX_CTRL2) & 0xffff00cf; in snd_vortex_midi()
69 temp |= (MIDI_CLOCK_DIV << 8) | ((mode >> 24) & 0xff) << 4; in snd_vortex_midi()
70 hwwrite(vortex->mmio, VORTEX_CTRL2, temp); in snd_vortex_midi()
74 temp = hwread(vortex->mmio, VORTEX_MIDI_DATA); in snd_vortex_midi()
75 if (temp != MPU401_ACK /*0xfe */ ) { in snd_vortex_midi()
85 if ((temp = in snd_vortex_midi()
91 return temp; in snd_vortex_midi()
95 if ((temp = in snd_vortex_midi()
102 return temp; in snd_vortex_midi()