Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpci_io.h160 static inline int zpci_memcpy_toio(volatile void __iomem *dst, in zpci_memcpy_toio() function
195 rc = zpci_memcpy_toio(dst, src, count); in zpci_memset_io()
H A Dio.h64 #define memcpy_toio(dst, src, count) zpci_memcpy_toio(dst, src, count)
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci_mmio.c192 ret = zpci_memcpy_toio(io_addr, buf, length); in SYSCALL_DEFINE3()
H A Dpci.c228 zpci_memcpy_toio(to, from, count); in __iowrite64_copy()