PCI_IO_LIMIT
case PCI_IO_LIMIT:
pci_write_config_byte(dev, PCI_IO_LIMIT,
rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte);
rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_IO_LIMIT, temp_byte);
rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word);
pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_LIMIT, &b_length);
pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, 0x00 | bus->rangeIO->end >> 8);
pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, 0x00);
pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_IO_LIMIT, &end_io_address);
pci_read_config_byte(dev, PCI_IO_LIMIT, &io_limit_lo);
pci_write_config_byte(ibm, PCI_IO_LIMIT, 0x00); /* ??? */