Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H 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()
/linux/drivers/dma/
H 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()