Lines Matching defs:ratio
50 /* clock ratio identifiers for snd_wm8776_set_rate() */
590 unsigned int ratio, adc_ratio, val;
595 ratio = WM8776_CLOCK_RATIO_128FS;
598 ratio = WM8776_CLOCK_RATIO_128FS;
601 ratio = WM8776_CLOCK_RATIO_256FS;
604 ratio = WM8776_CLOCK_RATIO_384FS;
607 ratio = WM8776_CLOCK_RATIO_512FS;
610 ratio = WM8776_CLOCK_RATIO_512FS;
613 ratio = WM8776_CLOCK_RATIO_768FS;
629 adc_ratio = ratio;
636 val |= ratio << 4;