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