Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddavinci_mmc.c154 static unsigned poll_threshold = 128; variable
155 module_param(poll_threshold, uint, S_IRUGO);
156 MODULE_PARM_DESC(poll_threshold,
371 if (!host->do_dma && host->bytes_left <= poll_threshold) { in mmc_davinci_start_command()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds