Searched refs:__zpci_store (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dpci_insn.h153 int __zpci_store(u64 data, u64 req, u64 offset);
/linux-master/arch/s390/pci/
H A Dpci_insn.c276 int __zpci_store(u64 data, u64 req, u64 offset) function
300 EXPORT_SYMBOL_GPL(__zpci_store); variable
308 return __zpci_store(data, req, ZPCI_OFFSET(addr));
H A Dpci.c242 rc = __zpci_store(data, req, offset);

Completed in 147 milliseconds