Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/pci/
Dpci_insn.c143 int zpci_load(u64 *data, u64 req, u64 offset) in zpci_load() function
159 EXPORT_SYMBOL_GPL(zpci_load);
Dpci.c244 rc = zpci_load(&data, req, offset); in zpci_cfg_load()
/Linux-v4.19/arch/s390/include/asm/
Dpci_io.h45 rc = zpci_load(&data, req, ZPCI_OFFSET(addr)); \
100 cc = zpci_load(&data, req, offset); in zpci_read_single()
Dpci_insn.h82 int zpci_load(u64 *data, u64 req, u64 offset);