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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 66 milliseconds