Searched refs:PCI_IO_RANGE_MASK (Results 1 – 3 of 3) 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()
226 PCI_IO_RANGE_MASK & 0xff); in pnv_phb_root_port_reset_hold()228 PCI_IO_RANGE_MASK & 0xff); in pnv_phb_root_port_reset_hold()
246 #define PCI_IO_RANGE_MASK ~0x0f macro