Lines Matching refs:xfer_bytes
795 unsigned int xfer_bytes = 0;
828 xfer_bytes = data->blksz * data->blocks;
831 WARN_ON(xfer_bytes > host->bounce_buf_size);
833 meson_mmc_copy_buffer(host, data, xfer_bytes, true);
836 host->bounce_buf, xfer_bytes);
1028 unsigned int xfer_bytes;
1042 xfer_bytes = data->blksz * data->blocks;
1043 WARN_ON(xfer_bytes > host->bounce_buf_size);
1045 meson_mmc_copy_buffer(host, data, xfer_bytes, false);
1048 host->bounce_buf, xfer_bytes);