Lines Matching refs:temp
33 int temp, mode; in snd_vortex_midi() local
41 temp = in snd_vortex_midi()
44 hwwrite(vortex->mmio, VORTEX_CTRL, temp); in snd_vortex_midi()
47 temp = in snd_vortex_midi()
50 hwwrite(vortex->mmio, VORTEX_CTRL, temp); in snd_vortex_midi()
54 temp = hwread(vortex->mmio, VORTEX_CTRL2) & 0xffff00cf; in snd_vortex_midi()
55 temp |= (MIDI_CLOCK_DIV << 8) | ((mode >> 24) & 0xff) << 4; in snd_vortex_midi()
56 hwwrite(vortex->mmio, VORTEX_CTRL2, temp); in snd_vortex_midi()
60 temp = hwread(vortex->mmio, VORTEX_MIDI_DATA); in snd_vortex_midi()
61 if (temp != MPU401_ACK /*0xfe */ ) { in snd_vortex_midi()
71 temp = snd_mpu401_uart_new(vortex->card, 0, MPU401_HW_MPU401, 0x330, in snd_vortex_midi()
73 if (temp) { in snd_vortex_midi()
77 return temp; in snd_vortex_midi()
81 temp = snd_mpu401_uart_new(vortex->card, 0, MPU401_HW_AUREAL, port, in snd_vortex_midi()
84 if (temp) { in snd_vortex_midi()
88 return temp; in snd_vortex_midi()