Searched refs:PCI_IO_LIMIT_UPPER16 (Results 1 – 2 of 2) sorted by relevance
| /pciutils/lib/ | ||
| H A D | header.h | 130 #define PCI_IO_LIMIT_UPPER16 0x32 macro |
| /pciutils/ | ||
| H A D | lspci.c | 590 io_limit |= (get_conf_word(d, PCI_IO_LIMIT_UPPER16) << 16); in show_htype1() |