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

/drivers/pci/hotplug/
H A Dibmphp_ebda.c58 static struct rio_table_hdr *rio_table_ptr = NULL; variable in typeref:struct:rio_table_hdr
370 rio_table_ptr = kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL);
371 if (!rio_table_ptr)
373 rio_table_ptr->ver_num = readb (io_mem + offset);
374 rio_table_ptr->scal_count = readb (io_mem + offset + 1);
375 rio_table_ptr->riodev_count = readb (io_mem + offset + 2);
376 rio_table_ptr->offset = offset +3 ;
380 rio_table_ptr->ver_num, rio_table_ptr->scal_count,
381 rio_table_ptr
[all...]

Completed in 29 milliseconds