period_words      813 sound/soc/ti/davinci-mcasp.c 				 int period_words, int channels)
period_words      903 sound/soc/ti/davinci-mcasp.c 	if (period_words % active_serializers) {
period_words      905 sound/soc/ti/davinci-mcasp.c 			"active serializers: %d, %d\n", period_words,
period_words      917 sound/soc/ti/davinci-mcasp.c 	while (period_words % numevt && numevt > 0)
period_words      958 sound/soc/ti/omap-mcbsp.c 			int period_words, max_thrsh;
period_words      961 sound/soc/ti/omap-mcbsp.c 			period_words = params_period_bytes(params) / (wlen / 8);
period_words      973 sound/soc/ti/omap-mcbsp.c 			divider = period_words / max_thrsh;
period_words      974 sound/soc/ti/omap-mcbsp.c 			if (period_words % max_thrsh)
period_words      976 sound/soc/ti/omap-mcbsp.c 			while (period_words % divider &&
period_words      977 sound/soc/ti/omap-mcbsp.c 				divider < period_words)
period_words      979 sound/soc/ti/omap-mcbsp.c 			if (divider == period_words)
period_words      982 sound/soc/ti/omap-mcbsp.c 			pkt_size = period_words / divider;