Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c560 int io_disabled = (p->known_fields & PCI_FILL_BRIDGE_BASES) && !p->bridge_size[0]; in show_htype1() local
572 if ((p->known_fields & PCI_FILL_BRIDGE_BASES) && !io_disabled) in show_htype1()
578 show_range("\tI/O behind bridge", io_base, io_limit, io_bits, io_disabled); in show_htype1()
593 if (!(io_base == 0x0 && io_limit == 0x0 && io_disabled)) in show_htype1()
597 show_range("\tI/O behind bridge", io_base, io_limit, io_bits, io_disabled); in show_htype1()