num_ctlrs         158 drivers/pci/hotplug/ibmphp.h 	u16 num_ctlrs;
num_ctlrs         233 drivers/pci/hotplug/ibmphp_ebda.c 	u8 format, num_ctlrs, rio_complete, hs_complete, ebda_sz;
num_ctlrs         304 drivers/pci/hotplug/ibmphp_ebda.c 			num_ctlrs = readb(io_mem + sub_addr);
num_ctlrs         313 drivers/pci/hotplug/ibmphp_ebda.c 			hpc_list_ptr->num_ctlrs = num_ctlrs;
num_ctlrs         317 drivers/pci/hotplug/ibmphp_ebda.c 			debug("num of controller: %x\n", num_ctlrs);
num_ctlrs         696 drivers/pci/hotplug/ibmphp_ebda.c 	for (ctlr = 0; ctlr < hpc_list_ptr->num_ctlrs; ctlr++) {
num_ctlrs         989 drivers/pci/hotplug/ibmphp_ebda.c 	return hpc_list_ptr->num_ctlrs;