Lines Matching refs:size
528 "unsupported block size (%d bytes)\n", data->blksz);
887 * Limit the maximum segment size in any SG entry according to
1038 /* If less than or equal to the fifo size, don't bother with DMA */
1242 host->size = data->blksz * data->blocks;
1252 writel(host->size, base + MMCIDATALENGTH);
1269 (host->size < 8 ||
1270 (host->size <= 8 && host->mclk > 50000000)))
1300 if (host->size < variant->fifohalfsize)
1611 int host_remain = host->size;
1732 host->size -= len;
1747 if (status & MCI_RXACTIVE && host->size < variant->fifohalfsize)
1756 if (host->size == 0) {
2344 * Set the maximum segment size. Since we aren't doing DMA
2350 * Block size can be up to 2048 bytes, but must be a power of two.
2356 * the maximum request size.