Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c550 u32 io_limit = get_conf_byte(d, PCI_IO_LIMIT); in show_htype1() local
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()
580 else if (io_type != (io_limit & PCI_IO_RANGE_TYPE_MASK) || in show_htype1()
582 printf("\t!!! Unknown I/O range types %x/%x\n", io_base, io_limit); in show_htype1()
586 io_limit = (io_limit & PCI_IO_RANGE_MASK) << 8; in show_htype1()
590 io_limit |= (get_conf_word(d, PCI_IO_LIMIT_UPPER16) << 16); in show_htype1()
593 if (!(io_base == 0x0 && io_limit == 0x0 && io_disabled)) in show_htype1()
595 io_limit += 0xfff; in show_htype1()
597 show_range("\tI/O behind bridge", io_base, io_limit, io_bits, io_disabled); in show_htype1()