Searched refs:xfer_bytes (Results 1 – 3 of 3) sorted by relevance
801 unsigned int xfer_bytes = 0; in meson_mmc_start_cmd() local835 xfer_bytes = data->blksz * data->blocks; in meson_mmc_start_cmd()838 WARN_ON(xfer_bytes > host->bounce_buf_size); in meson_mmc_start_cmd()840 meson_mmc_copy_buffer(host, data, xfer_bytes, true); in meson_mmc_start_cmd()843 host->bounce_buf, xfer_bytes); in meson_mmc_start_cmd()1027 unsigned int xfer_bytes; in meson_mmc_irq_thread() local1041 xfer_bytes = data->blksz * data->blocks; in meson_mmc_irq_thread()1042 WARN_ON(xfer_bytes > host->bounce_buf_size); in meson_mmc_irq_thread()1044 meson_mmc_copy_buffer(host, data, xfer_bytes, false); in meson_mmc_irq_thread()1047 host->bounce_buf, xfer_bytes); in meson_mmc_irq_thread()
146 unsigned long xfer_bytes; member501 dev->cli.xfer_bytes++; in fill_tx_fifo()775 dev->cli.xfer_bytes += rft; in i2c_irq_handler()785 dev->cli.xfer_bytes += MAX_I2C_FIFO_THRESHOLD; in i2c_irq_handler()800 dev->cli.xfer_bytes++; in i2c_irq_handler()
99 u16 xfer_bytes; member546 ccw->xfer_bytes = sg_dma_len(sg); in mxs_dma_prep_slave_sg()614 ccw->xfer_bytes = period_len; in mxs_dma_prep_dma_cyclic()660 residue = last_ccw->xfer_bytes + last_ccw->bufaddr; in mxs_dma_tx_status()
Completed in 11 milliseconds