Lines Matching refs:rio_table_ptr
59 static struct rio_table_hdr *rio_table_ptr = NULL; variable
404 rio_table_ptr = kmalloc (sizeof (struct rio_table_hdr), GFP_KERNEL); in ibmphp_access_ebda()
405 if (!rio_table_ptr) in ibmphp_access_ebda()
407 memset (rio_table_ptr, 0, sizeof (struct rio_table_hdr) ); in ibmphp_access_ebda()
408 rio_table_ptr->ver_num = readb (io_mem + offset); in ibmphp_access_ebda()
409 rio_table_ptr->scal_count = readb (io_mem + offset + 1); in ibmphp_access_ebda()
410 rio_table_ptr->riodev_count = readb (io_mem + offset + 2); in ibmphp_access_ebda()
411 rio_table_ptr->offset = offset +3 ; in ibmphp_access_ebda()
414 …noffset of rio table: %x\n ", rio_table_ptr->ver_num, rio_table_ptr->scal_count, rio_table_ptr->ri… in ibmphp_access_ebda()
425 if (rio_table_ptr) { in ibmphp_access_ebda()
426 if (rio_complete == 1 && rio_table_ptr->ver_num == 3) { in ibmphp_access_ebda()
459 offset = rio_table_ptr->offset; in ebda_rio_table()
460 offset += 12 * rio_table_ptr->scal_count; in ebda_rio_table()
463 for (i = 0; i < rio_table_ptr->riodev_count; i++) { in ebda_rio_table()
685 if (rio_table_ptr) { in create_file_name()
686 if (rio_table_ptr->ver_num == 3) { in create_file_name()
713 } else if (rio_table_ptr) { in create_file_name()
714 if (rio_table_ptr->ver_num == 3) { in create_file_name()