Searched refs:rio_detail_ptr (Results 1 – 1 of 1) sorted by relevance
457 struct rio_detail *rio_detail_ptr; in ebda_rio_table() local464 rio_detail_ptr = kmalloc (sizeof (struct rio_detail), GFP_KERNEL); in ebda_rio_table()465 if (!rio_detail_ptr) in ebda_rio_table()467 memset (rio_detail_ptr, 0, sizeof (struct rio_detail)); in ebda_rio_table()468 rio_detail_ptr->rio_node_id = readb (io_mem + offset); in ebda_rio_table()469 rio_detail_ptr->bbar = readl (io_mem + offset + 1); in ebda_rio_table()470 rio_detail_ptr->rio_type = readb (io_mem + offset + 5); in ebda_rio_table()471 rio_detail_ptr->owner_id = readb (io_mem + offset + 6); in ebda_rio_table()472 rio_detail_ptr->port0_node_connect = readb (io_mem + offset + 7); in ebda_rio_table()473 rio_detail_ptr->port0_port_connect = readb (io_mem + offset + 8); in ebda_rio_table()[all …]