Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Ddavinci_mmc.c152 static unsigned poll_threshold = 128; variable
153 module_param(poll_threshold, uint, S_IRUGO);
154 MODULE_PARM_DESC(poll_threshold,
360 if (!host->do_dma && host->bytes_left <= poll_threshold) { in mmc_davinci_start_command()