Home
last modified time | relevance | path

Searched refs:bounce_iomem_buf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmeson-gx-mmc.c168 void __iomem *bounce_iomem_buf; member
769 writel(*buf++, host->bounce_iomem_buf + offset + buf_offset); in meson_mmc_copy_buffer()
776 *buf++ = readl(host->bounce_iomem_buf + offset + buf_offset); in meson_mmc_copy_buffer()
1237 host->bounce_iomem_buf = host->regs + SD_EMMC_SRAM_DATA_BUF_OFF; in meson_mmc_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmeson-gx-mmc.c170 void __iomem *bounce_iomem_buf; member
770 writel(*buf++, host->bounce_iomem_buf + offset + buf_offset); in meson_mmc_copy_buffer()
777 *buf++ = readl(host->bounce_iomem_buf + offset + buf_offset); in meson_mmc_copy_buffer()
1259 host->bounce_iomem_buf = host->regs + SD_EMMC_SRAM_DATA_BUF_OFF; in meson_mmc_probe()

Completed in 4 milliseconds