Lines Matching defs:width
328 /* set slot width */
539 int width = snd_pcm_format_physical_width(params_format(params));
543 int bclk = rate * chn * (width / 8);
549 * to force 16-bit frame width on the wire (for S16_LE), even
553 ((chn == 2) && (ttsa != 1)) || (width == 32),
627 if (((priv->sysclk / bclk) == 64) && (width == 16)) {
639 sspsp |= SSPSP_SFRMWDTH(width * 2);
640 sspsp |= SSPSP_SFRMDLY(width * 4);
645 /* The frame width is the width the LRCLK is
651 sspsp |= SSPSP_SFRMWDTH(width + 1);
652 sspsp |= SSPSP_SFRMDLY((width + 1) * 2);