PCI_IO_RANGE_MASK 1966 drivers/pci/hotplug/ibmphp_res.c 						start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8;
PCI_IO_RANGE_MASK 1968 drivers/pci/hotplug/ibmphp_res.c 						end_address = (end_io_address & PCI_IO_RANGE_MASK) << 8;
PCI_IO_RANGE_MASK  405 drivers/pci/probe.c 	io_mask = PCI_IO_RANGE_MASK;
PCI_IO_RANGE_MASK  581 drivers/pci/setup-bus.c 	io_mask = PCI_IO_RANGE_MASK;