Searched refs:__zpci_load (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/pci/ |
| H A D | pci_insn.c | 147 int __zpci_load(u64 *data, u64 req, u64 offset) in __zpci_load() function 163 EXPORT_SYMBOL_GPL(__zpci_load); 171 return __zpci_load(data, req, ZPCI_OFFSET(addr)); in zpci_load_fh()
|
| H A D | pci.c | 196 rc = __zpci_load(&data, req, offset); in zpci_cfg_load()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pci_insn.h | 131 int __zpci_load(u64 *data, u64 req, u64 offset);
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | ism.h | 223 __zpci_load(data, req, offset); in __ism_read_cmd()
|