rio_table_ptr      44 drivers/pci/hotplug/ibmphp_ebda.c static struct rio_table_hdr *rio_table_ptr = NULL;
rio_table_ptr     355 drivers/pci/hotplug/ibmphp_ebda.c 			rio_table_ptr = kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL);
rio_table_ptr     356 drivers/pci/hotplug/ibmphp_ebda.c 			if (!rio_table_ptr) {
rio_table_ptr     360 drivers/pci/hotplug/ibmphp_ebda.c 			rio_table_ptr->ver_num = readb(io_mem + offset);
rio_table_ptr     361 drivers/pci/hotplug/ibmphp_ebda.c 			rio_table_ptr->scal_count = readb(io_mem + offset + 1);
rio_table_ptr     362 drivers/pci/hotplug/ibmphp_ebda.c 			rio_table_ptr->riodev_count = readb(io_mem + offset + 2);
rio_table_ptr     363 drivers/pci/hotplug/ibmphp_ebda.c 			rio_table_ptr->offset = offset + 3 ;
rio_table_ptr     367 drivers/pci/hotplug/ibmphp_ebda.c 				rio_table_ptr->ver_num, rio_table_ptr->scal_count,
rio_table_ptr     368 drivers/pci/hotplug/ibmphp_ebda.c 				rio_table_ptr->riodev_count, rio_table_ptr->offset);
rio_table_ptr     377 drivers/pci/hotplug/ibmphp_ebda.c 	if (rio_table_ptr) {
rio_table_ptr     378 drivers/pci/hotplug/ibmphp_ebda.c 		if (rio_complete && rio_table_ptr->ver_num == 3) {
rio_table_ptr     406 drivers/pci/hotplug/ibmphp_ebda.c 	offset = rio_table_ptr->offset;
rio_table_ptr     407 drivers/pci/hotplug/ibmphp_ebda.c 	offset += 12 * rio_table_ptr->scal_count;
rio_table_ptr     410 drivers/pci/hotplug/ibmphp_ebda.c 	for (i = 0; i < rio_table_ptr->riodev_count; i++) {
rio_table_ptr     615 drivers/pci/hotplug/ibmphp_ebda.c 	if (rio_table_ptr) {
rio_table_ptr     616 drivers/pci/hotplug/ibmphp_ebda.c 		if (rio_table_ptr->ver_num == 3) {
rio_table_ptr     643 drivers/pci/hotplug/ibmphp_ebda.c 	} else if (rio_table_ptr) {
rio_table_ptr     644 drivers/pci/hotplug/ibmphp_ebda.c 		if (rio_table_ptr->ver_num == 3) {