Home
last modified time | relevance | path

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

/pciutils/lib/
H A Demulated.c204 case PCI_IO_BASE_UPPER16: in pci_emulated_read()
H A Dheader.h129 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ macro
/pciutils/
H A Dlspci.c589 io_base |= (get_conf_word(d, PCI_IO_BASE_UPPER16) << 16); in show_htype1()