Lines Matching defs:count
95 unsigned int mixreg, rate, size, count;
144 count = chip->p_period_size = snd_pcm_lib_period_bytes(substream);
180 count /= 2;
181 count--;
183 snd_sbdsp_command(chip, count & 0xff);
184 snd_sbdsp_command(chip, count >> 8);
197 unsigned int count;
204 count = chip->p_period_size - 1;
205 snd_sbdsp_command(chip, count & 0xff);
206 snd_sbdsp_command(chip, count >> 8);
233 unsigned int mixreg, rate, size, count;
283 count = chip->c_period_size = snd_pcm_lib_period_bytes(substream);
305 count /= 2;
306 count--;
308 snd_sbdsp_command(chip, count & 0xff);
309 snd_sbdsp_command(chip, count >> 8);
322 unsigned int count;
329 count = chip->c_period_size - 1;
330 snd_sbdsp_command(chip, count & 0xff);
331 snd_sbdsp_command(chip, count >> 8);