Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddavinci_mmc.c138 * One scatterlist dma "segment" is at most MAX_CCNT rw_threshold units,
149 static unsigned rw_threshold = 32; variable
150 module_param(rw_threshold, uint, S_IRUGO);
151 MODULE_PARM_DESC(rw_threshold,
242 /* NOTE: we never transfer more than rw_threshold bytes in davinci_fifo_data_trans()
364 davinci_fifo_data_trans(host, rw_threshold); in mmc_davinci_start_command()
413 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES, in mmc_davinci_send_dma_request()
435 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES, in mmc_davinci_send_dma_request()
464 int mask = rw_threshold - 1; in mmc_davinci_start_dma_transfer()
518 int fifo_lev = (rw_threshold in mmc_davinci_prepare_data()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddavinci_mmc.c137 * One scatterlist dma "segment" is at most MAX_CCNT rw_threshold units,
148 static unsigned rw_threshold = 32; variable
149 module_param(rw_threshold, uint, S_IRUGO);
150 MODULE_PARM_DESC(rw_threshold,
241 /* NOTE: we never transfer more than rw_threshold bytes in davinci_fifo_data_trans()
363 davinci_fifo_data_trans(host, rw_threshold); in mmc_davinci_start_command()
412 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES, in mmc_davinci_send_dma_request()
434 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES, in mmc_davinci_send_dma_request()
463 int mask = rw_threshold - 1; in mmc_davinci_start_dma_transfer()
517 int fifo_lev = (rw_threshold in mmc_davinci_prepare_data()
[all...]

Completed in 3 milliseconds