Home
last modified time | relevance | path

Searched refs:rio_table_ptr (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_ebda.c59 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()
[all …]