Searched refs:PCI_IO_RANGE_MASK (Results 1 – 9 of 9) sorted by relevance
82 val = ((uint32_t)d->config[base] & PCI_IO_RANGE_MASK) << 8; in pci_config_get_io_base()287 PCI_IO_RANGE_MASK & 0xff); in pci_bridge_disable_base_limit()289 PCI_IO_RANGE_MASK & 0xff); in pci_bridge_disable_base_limit()324 PCI_IO_RANGE_MASK & 0xff); in pci_bridge_reset()326 PCI_IO_RANGE_MASK & 0xff); in pci_bridge_reset()
914 d->wmask[PCI_IO_BASE] = PCI_IO_RANGE_MASK & 0xff; in pci_init_mask_bridge()915 d->wmask[PCI_IO_LIMIT] = PCI_IO_RANGE_MASK & 0xff; in pci_init_mask_bridge()
228 PCI_IO_RANGE_MASK & 0xff); in pnv_phb_root_port_reset_hold()230 PCI_IO_RANGE_MASK & 0xff); in pnv_phb_root_port_reset_hold()
139 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
140 #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()
246 #define PCI_IO_RANGE_MASK ~0x0f macro
580 io_mask = PCI_IO_RANGE_MASK; in pci_setup_bridge_io()
406 io_mask = PCI_IO_RANGE_MASK; in pci_read_bridge_io()