Home
last modified time | relevance | path

Searched refs:PCI_IO_RANGE_MASK (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_bridge.c82 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()
H A Dpci.c914 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()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c228 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()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h139 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h140 #define PCI_IO_RANGE_MASK (~0x0fUL) /* Standard 4K I/O windows */ macro
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_res.c1966 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()
/openbmc/u-boot/include/
H A Dpci.h246 #define PCI_IO_RANGE_MASK ~0x0f macro
/openbmc/linux/drivers/pci/
H A Dsetup-bus.c580 io_mask = PCI_IO_RANGE_MASK; in pci_setup_bridge_io()
H A Dprobe.c406 io_mask = PCI_IO_RANGE_MASK; in pci_read_bridge_io()