Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Ddavinci_mmc.c162 static unsigned rw_threshold = 32; variable
163 module_param(rw_threshold, uint, S_IRUGO);
164 MODULE_PARM_DESC(rw_threshold,
377 davinci_fifo_data_trans(host, rw_threshold); in mmc_davinci_start_command()
426 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES, in mmc_davinci_send_dma_request()
448 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES, in mmc_davinci_send_dma_request()
477 int mask = rw_threshold - 1; in mmc_davinci_start_dma_transfer()
531 int fifo_lev = (rw_threshold == 32) ? MMCFIFOCTL_FIFOLEV : 0; in mmc_davinci_prepare_data()
536 fifo_lev = (rw_threshold == 64) ? MMCFIFOCTL_FIFOLEV : 0; in mmc_davinci_prepare_data()
586 if (host->use_dma && (host->bytes_left & (rw_threshold - 1)) == 0 in mmc_davinci_prepare_data()
[all …]