/openbmc/qemu/hw/pci-bridge/ |
H A D | simba.c | 62 pci_set_word(dev->config + PCI_IO_LIMIT, PCI_IO_RANGE_TYPE_32); in simba_pci_bridge_realize()
|
H A D | gen_pcie_root_port.c | 110 d->wmask[PCI_IO_LIMIT] = 0; in gen_rp_realize()
|
H A D | cxl_root_port.c | 174 pci_dev->wmask[PCI_IO_LIMIT] = 0; in cxl_rp_realize()
|
/openbmc/qemu/hw/pci/ |
H A D | pci_bridge.c | 134 PCI_IO_LIMIT, PCI_IO_LIMIT_UPPER16); in pci_bridge_get_limit() 288 pci_byte_test_and_clear_mask(conf + PCI_IO_LIMIT, in pci_bridge_disable_base_limit() 325 pci_byte_test_and_clear_mask(conf + PCI_IO_LIMIT, in pci_bridge_reset()
|
H A D | pci.c | 915 d->wmask[PCI_IO_LIMIT] = PCI_IO_RANGE_MASK & 0xff; in pci_init_mask_bridge() 930 d->config[PCI_IO_LIMIT] |= PCI_IO_RANGE_TYPE_16; in pci_init_mask_bridge() 957 d->cmask[PCI_IO_LIMIT] |= PCI_IO_RANGE_TYPE_MASK; in pci_init_mask_bridge()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | cds_via.c | 34 pci_hose_write_config_byte(hose, bridge, PCI_IO_LIMIT, 0x10); in mpc85xx_config_via()
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | pci-auto.c | 165 pci_write_config_byte(dev, PCI_IO_LIMIT, in pciauto_prescan_setup_bridge()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_auto.c | 300 dm_pci_write_config8(dev, PCI_IO_LIMIT, in dm_pciauto_postscan_setup_bridge()
|
H A D | pci_auto_old.c | 308 pci_hose_write_config_byte(hose, dev, PCI_IO_LIMIT, in pciauto_postscan_setup_bridge()
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb.c | 229 pci_byte_test_and_clear_mask(conf + PCI_IO_LIMIT, in pnv_phb_root_port_reset_hold()
|
/openbmc/linux/arch/x86/pci/ |
H A D | ce4100.c | 234 case PCI_IO_LIMIT: in bridge_read()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 135 #define PCI_IO_LIMIT 0x1d macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 136 #define PCI_IO_LIMIT 0x1d macro
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 210 { "IO limit", PCI_SIZE_8, PCI_IO_LIMIT },
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 932 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, 0x00 | bus->rangeIO->end >> 8); in configure_bridge() 947 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, 0x00); in configure_bridge()
|
H A D | cpqphp_ctrl.c | 2468 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function() 2600 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function() 2606 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word); in configure_new_function()
|
H A D | cpqphp_pci.c | 750 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length); in cpqhp_save_used_resources()
|
H A D | ibmphp_res.c | 1963 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, &end_io_address); in update_bridge_ranges()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 242 #define PCI_IO_LIMIT 0x1d macro
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_DAC1064.c | 997 pci_write_config_byte(ibm, PCI_IO_LIMIT, 0x00); /* ??? */ in MGAG100_reset()
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | 416 pci_read_config_byte(dev, PCI_IO_LIMIT, &io_limit_lo); in pci_read_bridge_io()
|