Home
last modified time | relevance | path

Searched refs:sg_orig (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dtmio_mmc.h139 struct scatterlist *sg_orig; member
H A Dtmio_mmc_core.c124 host->sg_orig = data->sg; in tmio_mmc_init_sg()
407 void *sg_vaddr = tmio_mmc_kmap_atomic(host->sg_orig, &flags); in tmio_mmc_check_bounce_buffer()
410 tmio_mmc_kunmap_atomic(host->sg_orig, &flags, sg_vaddr); in tmio_mmc_check_bounce_buffer()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dtmio_mmc.h147 struct scatterlist *sg_orig; member
H A Dtmio_mmc_core.c124 host->sg_orig = data->sg; in tmio_mmc_init_sg()
450 void *sg_virt = kmap_local_page(sg_page(host->sg_orig)); in tmio_mmc_check_bounce_buffer()
452 memcpy(sg_virt + host->sg_orig->offset, host->bounce_buf, in tmio_mmc_check_bounce_buffer()

Completed in 6 milliseconds