Home
last modified time | relevance | path

Searched refs:xfer_bytes (Results 1 – 4 of 4) sorted by relevance

/drivers/mmc/host/
A Dmeson-gx-mmc.c795 unsigned int xfer_bytes = 0; in meson_mmc_start_cmd() local
828 xfer_bytes = data->blksz * data->blocks; in meson_mmc_start_cmd()
831 WARN_ON(xfer_bytes > host->bounce_buf_size); in meson_mmc_start_cmd()
833 meson_mmc_copy_buffer(host, data, xfer_bytes, true); in meson_mmc_start_cmd()
836 host->bounce_buf, xfer_bytes); in meson_mmc_start_cmd()
1028 unsigned int xfer_bytes; in meson_mmc_irq_thread() local
1042 xfer_bytes = data->blksz * data->blocks; in meson_mmc_irq_thread()
1043 WARN_ON(xfer_bytes > host->bounce_buf_size); in meson_mmc_irq_thread()
1045 meson_mmc_copy_buffer(host, data, xfer_bytes, false); in meson_mmc_irq_thread()
1048 host->bounce_buf, xfer_bytes); in meson_mmc_irq_thread()
A Dmmci_stm32_sdmmc.c138 unsigned int xfer_bytes = data->blksz * data->blocks; in _sdmmc_idma_prep_data() local
141 idma->bounce_buf, xfer_bytes); in _sdmmc_idma_prep_data()
177 unsigned int xfer_bytes = data->blksz * data->blocks; in sdmmc_idma_unprep_data() local
180 idma->bounce_buf, xfer_bytes); in sdmmc_idma_unprep_data()
/drivers/i2c/busses/
A Di2c-nomadik.c173 unsigned long xfer_bytes; member
557 priv->cli.xfer_bytes++; in fill_tx_fifo()
827 priv->cli.xfer_bytes += rft; in i2c_irq_handler()
837 priv->cli.xfer_bytes += MAX_I2C_FIFO_THRESHOLD; in i2c_irq_handler()
852 priv->cli.xfer_bytes++; in i2c_irq_handler()
/drivers/dma/
A Dmxs-dma.c98 u16 xfer_bytes; member
545 ccw->xfer_bytes = sg_dma_len(sg); in mxs_dma_prep_slave_sg()
613 ccw->xfer_bytes = period_len; in mxs_dma_prep_dma_cyclic()
659 residue = last_ccw->xfer_bytes + last_ccw->bufaddr; in mxs_dma_tx_status()

Completed in 634 milliseconds