Home
last modified time | relevance | path

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

/arch/s390/pci/
Dpci_insn.c167 int zpci_store(u64 data, u64 req, u64 offset) in zpci_store() function
183 EXPORT_SYMBOL_GPL(zpci_store);
Dpci.c240 rc = zpci_store(data, req, offset); in zpci_cfg_store()
/arch/s390/include/asm/
Dpci_insn.h82 int zpci_store(u64 data, u64 req, u64 offset);
Dpci_io.h54 zpci_store(data, req, ZPCI_OFFSET(addr)); \
87 return zpci_store(val, req, offset); in zpci_write_single()