Searched refs:zpci_use_mio (Results 1 – 3 of 3) sorted by relevance
414 if (zpci_use_mio(zdev)) in zpci_map_resources()432 if (zpci_use_mio(zdev)) in zpci_unmap_resources()489 if (zpci_use_mio(zdev)) in zpci_update_fh()540 if (zpci_use_mio(zdev)) in zpci_setup_bus_resources()
48 return sprintf(buf, zpci_use_mio(zdev) ? "1\n" : "0\n"); in mio_enabled_show()
243 static inline bool zpci_use_mio(struct zpci_dev *zdev) in zpci_use_mio() function