Searched refs:MCI_FIFOSIZE (Results 1 - 2 of 2) sorted by relevance

/drivers/mmc/host/
H A Dmsm_sdcc.h151 #define MCI_FIFOSIZE (16*4) macro
153 #define MCI_FIFOHALFSIZE (MCI_FIFOSIZE / 2)
H A Dmsm_sdcc.c324 if ((data->blksz * data->blocks) < MCI_FIFOSIZE)
326 if ((data->blksz * data->blocks) % MCI_FIFOSIZE)
404 rows = (sg_dma_len(sg) % MCI_FIFOSIZE) ?
405 (sg_dma_len(sg) / MCI_FIFOSIZE) + 1 :
406 (sg_dma_len(sg) / MCI_FIFOSIZE) ;
412 box->src_dst_len = (MCI_FIFOSIZE << 16) |
413 (MCI_FIFOSIZE);
414 box->row_offset = MCI_FIFOSIZE;
422 box->src_dst_len = (MCI_FIFOSIZE << 16) |
423 (MCI_FIFOSIZE);
[all...]

Completed in 56 milliseconds