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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmci.h139 #define MCI_FIFOSIZE (16*4) macro
141 #define MCI_FIFOHALFSIZE (MCI_FIFOSIZE / 2)
H A Dmsm_sdcc.h146 #define MCI_FIFOSIZE (16*4) macro
148 #define MCI_FIFOHALFSIZE (MCI_FIFOSIZE / 2)
H A Dmsm_sdcc.c281 if ((data->blksz * data->blocks) < MCI_FIFOSIZE)
283 if ((data->blksz * data->blocks) % MCI_FIFOSIZE)
345 rows = (sg_dma_len(sg) % MCI_FIFOSIZE) ?
346 (sg_dma_len(sg) / MCI_FIFOSIZE) + 1 :
347 (sg_dma_len(sg) / MCI_FIFOSIZE) ;
353 box->src_dst_len = (MCI_FIFOSIZE << 16) |
354 (MCI_FIFOSIZE);
355 box->row_offset = MCI_FIFOSIZE;
363 box->src_dst_len = (MCI_FIFOSIZE << 16) |
364 (MCI_FIFOSIZE);
[all...]
H A Dmmci.c176 if (host->size < MCI_FIFOSIZE)
341 maxcnt = status & MCI_TXFIFOEMPTY ? MCI_FIFOSIZE : MCI_FIFOHALFSIZE;
423 if (status & MCI_RXACTIVE && host->size < MCI_FIFOSIZE)

Completed in 19 milliseconds