/external/u-boot/arch/xtensa/include/asm/ |
D | io.h | 84 #define memcpy_toio(a, b, c) memcpy((void *)(a), (b), (c)) macro
|
/external/u-boot/arch/microblaze/include/asm/ |
D | io.h | 39 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) macro
|
/external/u-boot/arch/arm/include/asm/ |
D | io.h | 301 #define memcpy_toio(c,a,l) _memcpy_toio(__mem_pci(c),(a),(l)) macro 326 #define memcpy_toio(a, b, c) memcpy((void *)(a), (b), (c)) macro
|
/external/u-boot/arch/nios2/include/asm/ |
D | io.h | 170 #define memcpy_toio(a, b, c) memcpy((void *)(a), (b), (c)) macro
|
/external/u-boot/drivers/spi/ |
D | bcm63xx_hsspi.c | 259 memcpy_toio(priv->regs + HSSPI_FIFO_BASE + in bcm63xx_hsspi_xfer()
|
D | bcm63xx_spi.c | 231 memcpy_toio(priv->base + regs[SPI_TX] + priv->tx_bytes, in bcm63xx_spi_xfer()
|
D | ich.c | 76 memcpy_toio(priv->base + dest_reg, value, size); in write_reg()
|
/external/u-boot/arch/x86/include/asm/ |
D | io.h | 80 #define memcpy_toio(a,b,c) memcpy((a),(b),(c)) macro
|
/external/u-boot/arch/sh/include/asm/ |
D | io.h | 158 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) macro
|
/external/u-boot/arch/powerpc/include/asm/ |
D | io.h | 97 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) macro
|
/external/u-boot/arch/mips/include/asm/ |
D | io.h | 470 static inline void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio() function
|
/external/u-boot/drivers/mtd/ |
D | altera_qspi.c | 214 memcpy_toio(pdata->base + to, buf, len); in altera_qspi_write()
|
/external/u-boot/arch/nds32/include/asm/ |
D | io.h | 376 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) macro
|
/external/u-boot/arch/riscv/include/asm/ |
D | io.h | 413 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) macro
|
/external/u-boot/drivers/mtd/nand/ |
D | fsl_elbc_nand.c | 509 memcpy_toio(&ctrl->addr[ctrl->index], buf, len); in fsl_elbc_write_buf()
|
D | fsl_ifc_nand.c | 618 memcpy_toio(ctrl->addr + ctrl->index, buf, len); in fsl_ifc_write_buf()
|
D | sunxi_nand.c | 513 memcpy_toio(nfc->regs + NFC_RAM0_BASE, buf + offs, cnt); in sunxi_nfc_write_buf()
|