Home
last modified time | relevance | path

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

/arch/s390/pci/
Dpci_insn.c129 int zpci_load(u64 *data, u64 req, u64 offset) in zpci_load() function
145 EXPORT_SYMBOL_GPL(zpci_load);
Dpci.c222 rc = zpci_load(&data, req, offset); in zpci_cfg_load()
/arch/s390/include/asm/
Dpci_insn.h81 int zpci_load(u64 *data, u64 req, u64 offset);
Dpci_io.h40 rc = zpci_load(&data, req, ZPCI_OFFSET(addr)); \
95 cc = zpci_load(&data, req, offset); in zpci_read_single()