Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/pci/
Dpci.c209 static int zpci_cfg_store(struct zpci_dev *zdev, int offset, u32 val, u8 len) in zpci_cfg_store() function
413 return (zdev) ? zpci_cfg_store(zdev, where, val, size) : -ENODEV; in pci_write()