rw_threshold      149 drivers/mmc/host/davinci_mmc.c static unsigned rw_threshold = 32;
rw_threshold      150 drivers/mmc/host/davinci_mmc.c module_param(rw_threshold, uint, S_IRUGO);
rw_threshold      151 drivers/mmc/host/davinci_mmc.c MODULE_PARM_DESC(rw_threshold,
rw_threshold      364 drivers/mmc/host/davinci_mmc.c 		davinci_fifo_data_trans(host, rw_threshold);
rw_threshold      413 drivers/mmc/host/davinci_mmc.c 				rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES,
rw_threshold      435 drivers/mmc/host/davinci_mmc.c 				rw_threshold / DMA_SLAVE_BUSWIDTH_4_BYTES,
rw_threshold      464 drivers/mmc/host/davinci_mmc.c 	int mask = rw_threshold - 1;
rw_threshold      518 drivers/mmc/host/davinci_mmc.c 	int fifo_lev = (rw_threshold == 32) ? MMCFIFOCTL_FIFOLEV : 0;
rw_threshold      523 drivers/mmc/host/davinci_mmc.c 		fifo_lev = (rw_threshold == 64) ? MMCFIFOCTL_FIFOLEV : 0;
rw_threshold      573 drivers/mmc/host/davinci_mmc.c 	if (host->use_dma && (host->bytes_left & (rw_threshold - 1)) == 0
rw_threshold      905 drivers/mmc/host/davinci_mmc.c 			davinci_fifo_data_trans(host, rw_threshold);
rw_threshold     1289 drivers/mmc/host/davinci_mmc.c 	mmc->max_seg_size	= MAX_CCNT * rw_threshold;