Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci_sysfs.c51 return sysfs_emit(buf, zpci_use_mio(zdev) ? "1\n" : "0\n"); in mio_enabled_show()
/linux/arch/s390/include/asm/
H A Dpci.h270 static inline bool zpci_use_mio(struct zpci_dev *zdev) in zpci_use_mio() function