Home
last modified time | relevance | path

Searched refs:PCI_IO_BASE (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dsimba.c61 pci_set_word(dev->config + PCI_IO_BASE, PCI_IO_RANGE_TYPE_32); in simba_pci_bridge_realize()
H A Dgen_pcie_root_port.c109 d->wmask[PCI_IO_BASE] = 0; in gen_rp_realize()
H A Dcxl_root_port.c173 pci_dev->wmask[PCI_IO_BASE] = 0; in cxl_rp_realize()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c115 PCI_IO_BASE, PCI_IO_BASE_UPPER16); in pci_bridge_get_base()
264 ranges_overlap(address, len, PCI_IO_BASE, 2) || in pci_bridge_write_config()
286 pci_byte_test_and_set_mask(conf + PCI_IO_BASE, in pci_bridge_disable_base_limit()
323 pci_byte_test_and_clear_mask(conf + PCI_IO_BASE, in pci_bridge_reset()
H A Dpci.c1073 d->wmask[PCI_IO_BASE] = PCI_IO_RANGE_MASK & 0xff; in pci_init_mask_bridge()
1088 d->config[PCI_IO_BASE] |= PCI_IO_RANGE_TYPE_16; in pci_init_mask_bridge()
1115 d->cmask[PCI_IO_BASE] |= PCI_IO_RANGE_TYPE_MASK; in pci_init_multifunction()
/openbmc/u-boot/board/freescale/common/
H A Dcds_via.c32 pci_hose_write_config_byte(hose, bridge, PCI_IO_BASE, 0); in mpc85xx_config_via()
/openbmc/u-boot/drivers/pci/
H A Dpci_auto.c235 dm_pci_write_config8(dev, PCI_IO_BASE, in dm_pciauto_prescan_setup_bridge()
H A Dpci_auto_old.c243 pci_hose_write_config_byte(hose, dev, PCI_IO_BASE, in pciauto_prescan_setup_bridge()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c225 pci_byte_test_and_set_mask(conf + PCI_IO_BASE, in pnv_phb_root_port_reset_hold()
/openbmc/u-boot/cmd/
H A Dpci.c209 { "IO base", PCI_SIZE_8, PCI_IO_BASE },
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h135 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro
/openbmc/u-boot/include/
H A Dpci.h241 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro