Searched refs:tmp_np (Results 1 – 1 of 1) sorted by relevance
54 struct device_node *tmp_np; in cbe_find_map() local68 tmp_np = np; in cbe_find_map()70 tmp_np = tmp_np->parent; in cbe_find_map()72 BUG_ON(!tmp_np); in cbe_find_map()73 } while (strcasecmp(tmp_np->type, "cpu") && in cbe_find_map()74 strcasecmp(tmp_np->type, "be")); in cbe_find_map()76 np->data = cbe_find_map(tmp_np); in cbe_find_map()