Home
last modified time | relevance | path

Searched refs:poll_threshold (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
Ddavinci_mmc.c167 static unsigned poll_threshold = 128; variable
168 module_param(poll_threshold, uint, S_IRUGO);
169 MODULE_PARM_DESC(poll_threshold,
389 if (!host->do_dma && host->bytes_left <= poll_threshold) { in mmc_davinci_start_command()