Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddavinci_mmc.c149 static unsigned rw_threshold = 32; variable
150 module_param(rw_threshold, uint, S_IRUGO);
151 MODULE_PARM_DESC(rw_threshold,
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 == 32) ? MMCFIFOCTL_FIFOLEV : 0; in mmc_davinci_prepare_data()
523 fifo_lev = (rw_threshold == 64) ? MMCFIFOCTL_FIFOLEV : 0; in mmc_davinci_prepare_data()
573 if (host->use_dma && (host->bytes_left & (rw_threshold - 1)) == 0 in mmc_davinci_prepare_data()
[all …]