Home
last modified time | relevance | path

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

/linux/arch/xtensa/lib/
H A Dpci-auto.c166 pci_write_config_byte(dev, PCI_IO_LIMIT, in pciauto_prescan_setup_bridge()
/linux/arch/x86/pci/
H A Dce4100.c228 case PCI_IO_LIMIT: in bridge_read()
/linux/drivers/pci/hotplug/
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 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_pci.c736 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()
/linux/include/uapi/linux/
H A Dpci_regs.h141 #define PCI_IO_LIMIT 0x1d macro