Searched refs:poll_threshold (Results 1 – 1 of 1) sorted by relevance
153 static unsigned poll_threshold = 128; variable154 module_param(poll_threshold, uint, S_IRUGO);155 MODULE_PARM_DESC(poll_threshold,370 if (!host->do_dma && host->bytes_left <= poll_threshold) { in mmc_davinci_start_command()