Lines Matching defs:rw_threshold
137 * One scatterlist dma "segment" is at most MAX_CCNT rw_threshold units,
148 static unsigned rw_threshold = 32;
149 module_param(rw_threshold, uint, S_IRUGO);
150 MODULE_PARM_DESC(rw_threshold,
241 /* NOTE: we never transfer more than rw_threshold bytes
363 davinci_fifo_data_trans(host, rw_threshold);
412 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES,
434 rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES,
463 int mask = rw_threshold - 1;
517 int fifo_lev = (rw_threshold == 32) ? MMCFIFOCTL_FIFOLEV : 0;
522 fifo_lev = (rw_threshold == 64) ? MMCFIFOCTL_FIFOLEV : 0;
572 if (host->use_dma && (host->bytes_left & (rw_threshold - 1)) == 0
904 davinci_fifo_data_trans(host, rw_threshold);
923 /* if datasize < rw_threshold
1285 mmc->max_seg_size = MAX_CCNT * rw_threshold;