Searched refs:max_thrsh (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-mcbsp.c366 int period_words, max_thrsh; local
370 max_thrsh = omap_mcbsp_get_max_tx_threshold(
373 max_thrsh = omap_mcbsp_get_max_rx_threshold(
383 if (period_words > max_thrsh) {
390 divider = period_words / max_thrsh;
391 if (period_words % max_thrsh)

Completed in 29 milliseconds