Lines Matching refs:temp
283 unsigned int temp; in setup_voice() local
314 temp = rec->panning[ch]; in setup_voice()
315 temp = (temp <<24) | ((unsigned int)rec->loop_start[ch] - 1); in setup_voice()
316 EMU8000_PSST_WRITE(hw, ch, temp); in setup_voice()
318 temp = 0; // chorus in setup_voice()
319 temp = (temp << 24) | ((unsigned int)rec->loop_start[ch] + rec->buf_size - 1); in setup_voice()
320 EMU8000_CSL_WRITE(hw, ch, temp); in setup_voice()
322 temp = 0; // filterQ in setup_voice()
323 temp = (temp << 28) | ((unsigned int)rec->loop_start[ch] - 1); in setup_voice()
324 EMU8000_CCCA_WRITE(hw, ch, temp); in setup_voice()
337 unsigned int temp, aux; in start_voice() local
347 temp = 0; // reverb in start_voice()
352 temp = (temp << 8) | (pt << 16) | aux; in start_voice()
353 EMU8000_PTRX_WRITE(hw, ch, temp); in start_voice()