Searched refs:PCI_IO_RANGE_MASK (Results 1 – 3 of 3) sorted by relevance
164 …val = (((((d->bridge_base_addr[0] + d->bridge_size[0] - 1) >> 8) & PCI_IO_RANGE_MASK) << 8) & 0xff… in pci_emulated_read()165 (((d->bridge_base_addr[0] >> 8) & PCI_IO_RANGE_MASK) & 0x00ff); in pci_emulated_read()173 val = 0xff & PCI_IO_RANGE_MASK; in pci_emulated_read()
115 #define PCI_IO_RANGE_MASK ~0x0f macro
574 io_base = p->bridge_base_addr[0] & PCI_IO_RANGE_MASK; in show_htype1()585 io_base = (io_base & PCI_IO_RANGE_MASK) << 8; in show_htype1()586 io_limit = (io_limit & PCI_IO_RANGE_MASK) << 8; in show_htype1()