firstMem          340 drivers/pci/hotplug/ibmphp.h 	struct resource_node *firstMem;	/* first memory resource on the Bus */
firstMem          301 drivers/pci/hotplug/ibmphp_res.c 					newbus->firstMem = new_mem;
firstMem          450 drivers/pci/hotplug/ibmphp_res.c 			if (bus_cur->firstMem)
firstMem          451 drivers/pci/hotplug/ibmphp_res.c 				res = bus_cur->firstMem;
firstMem          555 drivers/pci/hotplug/ibmphp_res.c 		res = bus_cur->firstMem;
firstMem          606 drivers/pci/hotplug/ibmphp_res.c 			res_start = bus_cur->firstMem;
firstMem          652 drivers/pci/hotplug/ibmphp_res.c 				bus_cur->firstMem = res;
firstMem          704 drivers/pci/hotplug/ibmphp_res.c 							bus_cur->firstMem = res;
firstMem          729 drivers/pci/hotplug/ibmphp_res.c 						res->nextRange = bus_cur->firstMem;
firstMem          730 drivers/pci/hotplug/ibmphp_res.c 						bus_cur->firstMem = res;
firstMem          783 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus_cur->firstMem;
firstMem          818 drivers/pci/hotplug/ibmphp_res.c 					mem_cur = bus_cur->firstMem;
firstMem          864 drivers/pci/hotplug/ibmphp_res.c 					bus_cur->firstMem = res_cur->next;
firstMem          876 drivers/pci/hotplug/ibmphp_res.c 					bus_cur->firstMem = res_cur->nextRange;
firstMem          888 drivers/pci/hotplug/ibmphp_res.c 					bus_cur->firstMem = NULL;
firstMem          997 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus_cur->firstMem;
firstMem         1373 drivers/pci/hotplug/ibmphp_res.c 	if (bus->firstMem) {
firstMem         1374 drivers/pci/hotplug/ibmphp_res.c 		res_cur = bus->firstMem;
firstMem         1384 drivers/pci/hotplug/ibmphp_res.c 		bus->firstMem = NULL;
firstMem         1495 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus->firstMem;
firstMem         1609 drivers/pci/hotplug/ibmphp_res.c 		if (bus_cur->firstMem) {
firstMem         1610 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus_cur->firstMem;
firstMem         1620 drivers/pci/hotplug/ibmphp_res.c 			bus_cur->firstMem = NULL;
firstMem         1821 drivers/pci/hotplug/ibmphp_res.c 		if (bus_cur->firstMem) {
firstMem         1822 drivers/pci/hotplug/ibmphp_res.c 			res = bus_cur->firstMem;