Lines Matching defs:tmp
218 const u32 *imap, *tmp;
233 tmp = of_get_property(of_node, "#interrupt-cells", NULL);
234 if (tmp == NULL)
236 intsize = *tmp;
244 tmp = of_get_property(iic, "#interrupt-cells", NULL);
245 if (tmp == NULL) {
249 intsize = *tmp;
253 tmp = of_get_property(iic, "ibm,interrupt-server-ranges", NULL);
254 if (tmp == NULL) {
259 pic->node_id = (*tmp) >> 1;