Home
last modified time | relevance | path

Searched refs:PCI_IO_LIMIT (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dsimba.c62 pci_set_word(dev->config + PCI_IO_LIMIT, PCI_IO_RANGE_TYPE_32); in simba_pci_bridge_realize()
H A Dgen_pcie_root_port.c110 d->wmask[PCI_IO_LIMIT] = 0; in gen_rp_realize()
H A Dcxl_root_port.c174 pci_dev->wmask[PCI_IO_LIMIT] = 0; in cxl_rp_realize()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c134 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 Dpci.c915 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 Dcds_via.c34 pci_hose_write_config_byte(hose, bridge, PCI_IO_LIMIT, 0x10); in mpc85xx_config_via()
/openbmc/linux/arch/xtensa/lib/
H A Dpci-auto.c165 pci_write_config_byte(dev, PCI_IO_LIMIT, in pciauto_prescan_setup_bridge()
/openbmc/u-boot/drivers/pci/
H A Dpci_auto.c300 dm_pci_write_config8(dev, PCI_IO_LIMIT, in dm_pciauto_postscan_setup_bridge()
H A Dpci_auto_old.c308 pci_hose_write_config_byte(hose, dev, PCI_IO_LIMIT, in pciauto_postscan_setup_bridge()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c229 pci_byte_test_and_clear_mask(conf + PCI_IO_LIMIT, in pnv_phb_root_port_reset_hold()
/openbmc/linux/arch/x86/pci/
H A Dce4100.c234 case PCI_IO_LIMIT: in bridge_read()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h135 #define PCI_IO_LIMIT 0x1d macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h136 #define PCI_IO_LIMIT 0x1d macro
/openbmc/u-boot/cmd/
H A Dpci.c210 { "IO limit", PCI_SIZE_8, PCI_IO_LIMIT },
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c932 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 Dcpqphp_ctrl.c2468 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 Dcpqphp_pci.c750 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length); in cpqhp_save_used_resources()
H A Dibmphp_res.c1963 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 Dpci.h242 #define PCI_IO_LIMIT 0x1d macro
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c997 pci_write_config_byte(ibm, PCI_IO_LIMIT, 0x00); /* ??? */ in MGAG100_reset()
/openbmc/linux/drivers/pci/
H A Dprobe.c416 pci_read_config_byte(dev, PCI_IO_LIMIT, &io_limit_lo); in pci_read_bridge_io()