Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Ddavinci_mmc.c153 static unsigned poll_threshold = 128; variable
154 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()