Searched refs:tmp_np (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_regs.c55 struct device_node *tmp_np; local
69 tmp_np = np;
71 tmp_np = tmp_np->parent;
73 BUG_ON(!tmp_np);
74 } while (strcasecmp(tmp_np->type, "cpu") &&
75 strcasecmp(tmp_np->type, "be"));
77 np->data = cbe_find_map(tmp_np);

Completed in 65 milliseconds