Searched refs:bounce_sg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | renesas_sdhi_sys_dmac.c | 183 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in renesas_sdhi_sys_dmac_start_dma_rx() 184 host->sg_ptr = &host->bounce_sg; in renesas_sdhi_sys_dmac_start_dma_rx() 258 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in renesas_sdhi_sys_dmac_start_dma_tx() 259 memcpy(host->bounce_buf, sg_vaddr, host->bounce_sg.length); in renesas_sdhi_sys_dmac_start_dma_tx() 261 host->sg_ptr = &host->bounce_sg; in renesas_sdhi_sys_dmac_start_dma_tx()
|
H A D | tmio_mmc.h | 152 struct scatterlist bounce_sg; member
|
H A D | tmio_mmc_core.c | 405 if (host->sg_ptr == &host->bounce_sg) { in tmio_mmc_check_bounce_buffer() 409 memcpy(sg_vaddr, host->bounce_buf, host->bounce_sg.length); in tmio_mmc_check_bounce_buffer()
|
H A D | usdhi6rol0.c | 176 struct scatterlist bounce_sg; member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | renesas_sdhi_sys_dmac.c | 186 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in renesas_sdhi_sys_dmac_start_dma_rx() 187 host->sg_ptr = &host->bounce_sg; in renesas_sdhi_sys_dmac_start_dma_rx() 260 sg_init_one(&host->bounce_sg, host->bounce_buf, sg->length); in renesas_sdhi_sys_dmac_start_dma_tx() 261 memcpy(host->bounce_buf, sg_vaddr + sg->offset, host->bounce_sg.length); in renesas_sdhi_sys_dmac_start_dma_tx() 263 host->sg_ptr = &host->bounce_sg; in renesas_sdhi_sys_dmac_start_dma_tx()
|
H A D | tmio_mmc.h | 160 struct scatterlist bounce_sg; member
|
H A D | tmio_mmc_core.c | 449 if (host->sg_ptr == &host->bounce_sg) { in tmio_mmc_check_bounce_buffer() 453 host->bounce_sg.length); in tmio_mmc_check_bounce_buffer()
|
H A D | usdhi6rol0.c | 176 struct scatterlist bounce_sg; member
|
Completed in 12 milliseconds