Lines Matching refs:ccis
283 unsigned int ccis;
315 ccis = emu10k1_ccis(stereo, w_16);
318 evoice->epcm->ccca_start_addr = start_addr + ccis;
320 start_addr += ccis;
321 end_addr += ccis + emu->delay_pcm_irq;
361 snd_emu10k1_ptr_write(emu, CCCA, voice, (start_addr + ccis) |
622 unsigned int voice, stereo, i, ccis, cra = 64, cs, sample;
630 ccis = emu10k1_ccis(stereo, sample == 0);
632 cs = (sample == 0) ? (32-ccis) : (64-ccis+1) >> 1;
648 snd_emu10k1_ptr_write(emu, CCR_CACHEINVALIDSIZE, voice, ccis);
650 snd_emu10k1_ptr_write(emu, CCR_CACHEINVALIDSIZE, voice+1, ccis);