Lines Matching refs:temp
272 unsigned int temp; in setup_voice() local
303 temp = rec->panning[ch]; in setup_voice()
304 temp = (temp <<24) | ((unsigned int)rec->loop_start[ch] - 1); in setup_voice()
305 EMU8000_PSST_WRITE(hw, ch, temp); in setup_voice()
307 temp = 0; // chorus in setup_voice()
308 temp = (temp << 24) | ((unsigned int)rec->loop_start[ch] + rec->buf_size - 1); in setup_voice()
309 EMU8000_CSL_WRITE(hw, ch, temp); in setup_voice()
311 temp = 0; // filterQ in setup_voice()
312 temp = (temp << 28) | ((unsigned int)rec->loop_start[ch] - 1); in setup_voice()
313 EMU8000_CCCA_WRITE(hw, ch, temp); in setup_voice()
326 unsigned int temp, aux; in start_voice() local
336 temp = 0; // reverb in start_voice()
341 temp = (temp << 8) | (pt << 16) | aux; in start_voice()
342 EMU8000_PTRX_WRITE(hw, ch, temp); in start_voice()