Home
last modified time | relevance | path

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

/linux-4.4.14/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,
382 davinci_fifo_data_trans(host, rw_threshold); in mmc_davinci_start_command()
431 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES, in mmc_davinci_send_dma_request()
453 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES, in mmc_davinci_send_dma_request()
482 int mask = rw_threshold - 1; in mmc_davinci_start_dma_transfer()
556 int fifo_lev = (rw_threshold == 32) ? MMCFIFOCTL_FIFOLEV : 0; in mmc_davinci_prepare_data()
561 fifo_lev = (rw_threshold == 64) ? MMCFIFOCTL_FIFOLEV : 0; in mmc_davinci_prepare_data()
616 if (host->use_dma && (host->bytes_left & (rw_threshold - 1)) == 0 in mmc_davinci_prepare_data()
[all …]