Lines Matching refs:xfer_bytes
794 unsigned int xfer_bytes = 0;
827 xfer_bytes = data->blksz * data->blocks;
830 WARN_ON(xfer_bytes > host->bounce_buf_size);
832 meson_mmc_copy_buffer(host, data, xfer_bytes, true);
835 host->bounce_buf, xfer_bytes);
1010 unsigned int xfer_bytes;
1024 xfer_bytes = data->blksz * data->blocks;
1025 WARN_ON(xfer_bytes > host->bounce_buf_size);
1027 meson_mmc_copy_buffer(host, data, xfer_bytes, false);
1030 host->bounce_buf, xfer_bytes);