Searched refs:zpci_store (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pci_io.h | 62 zpci_store(addr, data, LENGTH); \ 96 return zpci_store(dst, val, len); in zpci_write_single()
|
H A D | pci_insn.h | 134 int zpci_store(const volatile void __iomem *addr, u64 data, unsigned long len);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pci_io.h | 62 zpci_store(addr, data, LENGTH); \ 96 return zpci_store(dst, val, len); in zpci_write_single()
|
H A D | pci_insn.h | 154 int zpci_store(const volatile void __iomem *addr, u64 data, unsigned long len);
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_insn.c | 277 int zpci_store(const volatile void __iomem *addr, u64 data, unsigned long len) in zpci_store() function 291 EXPORT_SYMBOL_GPL(zpci_store); variable
|
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci_insn.c | 329 int zpci_store(const volatile void __iomem *addr, u64 data, unsigned long len) in zpci_store() function 343 EXPORT_SYMBOL_GPL(zpci_store); variable
|
Completed in 4 milliseconds