Home
last modified time | relevance | path

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

/pciutils/lib/
H A Demulated.c185 …al = (((((d->bridge_base_addr[2] + d->bridge_size[2] - 1) >> 16) & PCI_PREF_RANGE_MASK) << 16) & 0… in pci_emulated_read()
186 (((d->bridge_base_addr[2] >> 16) & PCI_PREF_RANGE_MASK) & 0x0000ffff); in pci_emulated_read()
194 val = 0xffff & PCI_PREF_RANGE_MASK; in pci_emulated_read()
H A Dheader.h126 #define PCI_PREF_RANGE_MASK ~0x0f macro
/pciutils/
H A Dlspci.c630 u64 pref_base_64 = (pref_base & PCI_PREF_RANGE_MASK) << 16; in show_htype1()
631 u64 pref_limit_64 = (pref_limit & PCI_PREF_RANGE_MASK) << 16; in show_htype1()