Home
last modified time | relevance | path

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

/pciutils/lib/
H A Demulated.c250 val = d->bridge_base_addr[2] & PCI_CB_IO_RANGE_MASK; in pci_emulated_read()
258 val = 0x0000ffff & PCI_CB_IO_RANGE_MASK; in pci_emulated_read()
262 val = (d->bridge_base_addr[2] + d->bridge_size[2] - 1) & PCI_CB_IO_RANGE_MASK; in pci_emulated_read()
267 val = d->bridge_base_addr[3] & PCI_CB_IO_RANGE_MASK; in pci_emulated_read()
275 val = 0x0000ffff & PCI_CB_IO_RANGE_MASK; in pci_emulated_read()
279 val = (d->bridge_base_addr[3] + d->bridge_size[3] - 1) & PCI_CB_IO_RANGE_MASK; in pci_emulated_read()
H A Dheader.h169 #define PCI_CB_IO_RANGE_MASK ~0x03 macro
/pciutils/
H A Dlspci.c719 base &= PCI_CB_IO_RANGE_MASK; in show_htype2()
720 limit = (limit & PCI_CB_IO_RANGE_MASK) + 3; in show_htype2()