Lines Matching defs:is8
601 int u, is8, mono;
609 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
612 chip->dma1_shift = 2 - mono - is8;
630 (is8 ? 0x00 : 0x04) |
649 int u, is8, mono;
657 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
660 chip->dma2_shift = 2 - mono - is8;
674 (mono ? 0 : 2) | (is8 ? 0 : 1));
686 int u, is8, mono;
694 is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
697 chip->dma1_shift = 2 - mono - is8;
716 (is8 ? 0x00 : 0x04) | (u ? 0x00 : 0x20));