Home
last modified time | relevance | path

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

/Linux-v5.10/arch/xtensa/lib/
Dpci-auto.c165 pci_write_config_byte(dev, PCI_IO_LIMIT, in pciauto_prescan_setup_bridge()
/Linux-v5.10/arch/x86/pci/
Dce4100.c234 case PCI_IO_LIMIT: in bridge_read()
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h135 #define PCI_IO_LIMIT 0x1d macro
/Linux-v5.10/drivers/pci/hotplug/
Dibmphp_pci.c933 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, 0x00 | bus->rangeIO->end >> 8); in configure_bridge()
948 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, 0x00); in configure_bridge()
Dcpqphp_ctrl.c2480 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2612 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte); in configure_new_function()
2618 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word); in configure_new_function()
Dcpqphp_pci.c743 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length); in cpqhp_save_used_resources()
Dibmphp_res.c1963 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, &end_io_address); in update_bridge_ranges()
/Linux-v5.10/drivers/video/fbdev/matrox/
Dmatroxfb_DAC1064.c997 pci_write_config_byte(ibm, PCI_IO_LIMIT, 0x00); /* ??? */ in MGAG100_reset()
/Linux-v5.10/drivers/pci/
Dprobe.c416 pci_read_config_byte(dev, PCI_IO_LIMIT, &io_limit_lo); in pci_read_bridge_io()