Searched refs:zpci_load (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/s390/pci/ |
D | pci_insn.c | 112 int zpci_load(u64 *data, u64 req, u64 offset) in zpci_load() function 128 EXPORT_SYMBOL_GPL(zpci_load);
|
D | pci.c | 227 rc = zpci_load(&data, req, offset); in zpci_cfg_load()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pci_io.h | 40 rc = zpci_load(&data, req, ZPCI_OFFSET(addr)); \ 95 cc = zpci_load(&data, req, offset); in zpci_read_single()
|
D | pci_insn.h | 81 int zpci_load(u64 *data, u64 req, u64 offset);
|