ebda_sz           233 drivers/pci/hotplug/ibmphp_ebda.c 	u8 format, num_ctlrs, rio_complete, hs_complete, ebda_sz;
ebda_sz           251 drivers/pci/hotplug/ibmphp_ebda.c 	ebda_sz = readb(io_mem);
ebda_sz           253 drivers/pci/hotplug/ibmphp_ebda.c 	debug("ebda size: %d(KiB)\n", ebda_sz);
ebda_sz           254 drivers/pci/hotplug/ibmphp_ebda.c 	if (ebda_sz == 0)
ebda_sz           257 drivers/pci/hotplug/ibmphp_ebda.c 	io_mem = ioremap(ebda_seg<<4, (ebda_sz * 1024));
ebda_sz           266 drivers/pci/hotplug/ibmphp_ebda.c 		if (WARN(offset > (ebda_sz * 1024 - 4),