Searched refs:io_base (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | lspci.c | 549 u32 io_base = get_conf_byte(d, PCI_IO_BASE); in show_htype1() local 551 u32 io_type = io_base & PCI_IO_RANGE_TYPE_MASK; in show_htype1() 574 io_base = p->bridge_base_addr[0] & PCI_IO_RANGE_MASK; in show_htype1() 575 io_limit = io_base + p->bridge_size[0] - 1; in show_htype1() 578 show_range("\tI/O behind bridge", io_base, io_limit, io_bits, io_disabled); in show_htype1() 582 printf("\t!!! Unknown I/O range types %x/%x\n", io_base, io_limit); in show_htype1() 585 io_base = (io_base & PCI_IO_RANGE_MASK) << 8; in show_htype1() 589 io_base |= (get_conf_word(d, PCI_IO_BASE_UPPER16) << 16); 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()
|