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