Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c188 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in renesas_sdhi_sys_dmac_start_dma_rx()
189 host->sg_ptr = &host->bounce_sg; in renesas_sdhi_sys_dmac_start_dma_rx()
262 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in renesas_sdhi_sys_dmac_start_dma_tx()
263 memcpy(host->bounce_buf, sg_vaddr + sg->offset, host->bounce_sg.length); in renesas_sdhi_sys_dmac_start_dma_tx()
265 host->sg_ptr = &host->bounce_sg; in renesas_sdhi_sys_dmac_start_dma_tx()
H A Dtmio_mmc.h164 struct scatterlist bounce_sg; member
H A Dtmio_mmc_core.c481 if (host->sg_ptr == &host->bounce_sg) { in tmio_mmc_check_bounce_buffer()
485 host->bounce_sg.length); in tmio_mmc_check_bounce_buffer()
H A Dusdhi6rol0.c176 struct scatterlist bounce_sg; member