Lines Matching defs:size
12 * - FIFO size field in FSR is always zero.
421 * The size field in the FSR is broken so we have to
487 * The size field in the FSR is broken so we have to
535 unsigned int size;
538 * Calculate size.
540 size = data->blocks * data->blksz;
563 * Space for CRC must be included in the size.
598 BUG_ON(size > 0x10000);
599 if (size > 0x10000) {
622 set_dma_count(host->dma, size);
1225 * Maximum request size. Also limited by 64KiB buffer.
1230 * Maximum segment size. Could be one segment with the maximum number
1236 * Maximum block size. We have 12 bits (= 4095) but have to subtract
1243 * request size will be the only restriction.