Home
last modified time | relevance | path

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

/pciutils/lib/
H A Demulated.c196 case PCI_PREF_BASE_UPPER32: in pci_emulated_read()
H A Dheader.h127 #define PCI_PREF_BASE_UPPER32 0x28 /* Upper half of prefetchable memory range */ macro
/pciutils/
H A Dlspci.c634 pref_base_64 |= (u64) get_conf_long(d, PCI_PREF_BASE_UPPER32) << 32; in show_htype1()