Home
last modified time | relevance | path

Searched refs:PCI_MEMORY_RANGE_MASK (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_bridge.c91 return ((pcibus_t)pci_get_word(d->config + base) & PCI_MEMORY_RANGE_MASK) in pci_config_get_memory_base()
291 PCI_MEMORY_RANGE_MASK & 0xffff); in pci_bridge_disable_base_limit()
293 PCI_MEMORY_RANGE_MASK & 0xffff); in pci_bridge_disable_base_limit()
328 PCI_MEMORY_RANGE_MASK & 0xffff); in pci_bridge_reset()
330 PCI_MEMORY_RANGE_MASK & 0xffff); in pci_bridge_reset()
H A Dpci.c917 PCI_MEMORY_RANGE_MASK & 0xffff); in pci_init_mask_bridge()
919 PCI_MEMORY_RANGE_MASK & 0xffff); in pci_init_mask_bridge()
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_res.c2014 start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16; in update_bridge_ranges()
2015 end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16; in update_bridge_ranges()
2062 start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16; in update_bridge_ranges()
2063 end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16; in update_bridge_ranges()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h145 #define PCI_MEMORY_RANGE_MASK (~0x0fUL) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h146 #define PCI_MEMORY_RANGE_MASK (~0x0fUL) macro
/openbmc/u-boot/include/
H A Dpci.h251 #define PCI_MEMORY_RANGE_MASK ~0x0f macro
/openbmc/linux/drivers/pci/
H A Dprobe.c449 base = ((unsigned long) mem_base_lo & PCI_MEMORY_RANGE_MASK) << 16; in pci_read_bridge_mmio()
450 limit = ((unsigned long) mem_limit_lo & PCI_MEMORY_RANGE_MASK) << 16; in pci_read_bridge_mmio()