Searched refs:PCI_IO_LIMIT (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/arch/xtensa/lib/ |
D | pci-auto.c | 165 pci_write_config_byte(dev, PCI_IO_LIMIT, in pciauto_prescan_setup_bridge()
|
/Linux-v6.6/arch/x86/pci/ |
D | ce4100.c | 234 case PCI_IO_LIMIT: in bridge_read()
|
/Linux-v6.6/include/uapi/linux/ |
D | pci_regs.h | 135 #define PCI_IO_LIMIT 0x1d macro
|
/Linux-v6.6/drivers/pci/hotplug/ |
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()
|
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()
|
D | cpqphp_pci.c | 745 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length); in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 1963 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, &end_io_address); in update_bridge_ranges()
|
/Linux-v6.6/drivers/video/fbdev/matrox/ |
D | matroxfb_DAC1064.c | 997 pci_write_config_byte(ibm, PCI_IO_LIMIT, 0x00); /* ??? */ in MGAG100_reset()
|
/Linux-v6.6/drivers/pci/ |
D | probe.c | 416 pci_read_config_byte(dev, PCI_IO_LIMIT, &io_limit_lo); in pci_read_bridge_io()
|