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

/linux-master/arch/s390/include/asm/
H A Dio.h62 #define memcpy_toio(dst, src, count) zpci_memcpy_toio(dst, src, count)
H A Dpci_io.h164 static inline int zpci_memcpy_toio(volatile void __iomem *dst, function
199 rc = zpci_memcpy_toio(dst, src, count);
/linux-master/arch/s390/pci/
H A Dpci_mmio.c182 ret = zpci_memcpy_toio(io_addr, buf, length);
H A Dpci.c256 zpci_memcpy_toio(to, from, count * 8);

Completed in 140 milliseconds