Searched refs:zpci_cfg_load (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci.c | 190 static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len) in zpci_cfg_load() function 402 return (zdev) ? zpci_cfg_load(zdev, where, val, size) : -ENODEV; in pci_read()
|
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci.c | 206 static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len) in zpci_cfg_load() function 381 return (zdev) ? zpci_cfg_load(zdev, where, val, size) : -ENODEV; in pci_read()
|
Completed in 3 milliseconds