Searched refs:PCI_IO_BASE (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/hw/pci-bridge/ |
| H A D | simba.c | 61 pci_set_word(dev->config + PCI_IO_BASE, PCI_IO_RANGE_TYPE_32); in simba_pci_bridge_realize()
|
| H A D | gen_pcie_root_port.c | 109 d->wmask[PCI_IO_BASE] = 0; in gen_rp_realize()
|
| H A D | cxl_root_port.c | 173 pci_dev->wmask[PCI_IO_BASE] = 0; in cxl_rp_realize()
|
| /openbmc/qemu/hw/pci/ |
| H A D | pci_bridge.c | 115 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 D | pci.c | 1073 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 D | cds_via.c | 32 pci_hose_write_config_byte(hose, bridge, PCI_IO_BASE, 0); in mpc85xx_config_via()
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_auto.c | 235 dm_pci_write_config8(dev, PCI_IO_BASE, in dm_pciauto_prescan_setup_bridge()
|
| H A D | pci_auto_old.c | 243 pci_hose_write_config_byte(hose, dev, PCI_IO_BASE, in pciauto_prescan_setup_bridge()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | pnv_phb.c | 225 pci_byte_test_and_set_mask(conf + PCI_IO_BASE, in pnv_phb_root_port_reset_hold()
|
| /openbmc/u-boot/cmd/ |
| H A D | pci.c | 209 { "IO base", PCI_SIZE_8, PCI_IO_BASE },
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | pci_regs.h | 135 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro
|
| /openbmc/u-boot/include/ |
| H A D | pci.h | 241 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */ macro
|