Searched refs:PCI_IO_RANGE_MASK (Results 1 – 4 of 4) sorted by relevance
139 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
1966 start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8; in update_bridge_ranges()1968 end_address = (end_io_address & PCI_IO_RANGE_MASK) << 8; in update_bridge_ranges()
583 io_mask = PCI_IO_RANGE_MASK; in pci_setup_bridge_io()
407 io_mask = PCI_IO_RANGE_MASK; in pci_read_bridge_io()
Completed in 20 milliseconds