Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c551 u32 io_type = io_base & PCI_IO_RANGE_TYPE_MASK; in show_htype1() local
576 io_type = p->bridge_base_addr[0] & PCI_IO_RANGE_TYPE_MASK; in show_htype1()
577 io_bits = (io_type == PCI_IO_RANGE_TYPE_32) ? 32 : 16; in show_htype1()
580 else if (io_type != (io_limit & PCI_IO_RANGE_TYPE_MASK) || in show_htype1()
581 (io_type != PCI_IO_RANGE_TYPE_16 && io_type != PCI_IO_RANGE_TYPE_32)) in show_htype1()
587 if (io_type == PCI_IO_RANGE_TYPE_32) in show_htype1()
596 io_bits = (io_type == PCI_IO_RANGE_TYPE_32) ? 32 : 16; in show_htype1()