Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/pci/
Dpci_sysfs.c45 return sprintf(buf, zpci_use_mio(zdev) ? "1\n" : "0\n"); in mio_enabled_show()
Dpci.c424 if (zpci_use_mio(zdev)) in zpci_map_resources()
451 if (zpci_use_mio(zdev)) in zpci_unmap_resources()
532 if (zpci_use_mio(zdev)) in zpci_setup_bus_resources()
Dpci_clp.c294 if (zpci_use_mio(zdev)) { in clp_enable_fh()
/Linux-v5.4/arch/s390/include/asm/
Dpci.h197 static inline bool zpci_use_mio(struct zpci_dev *zdev) in zpci_use_mio() function