pci_machdep.c | 168 u_int32_t icells[5]; member in struct:fixpci::__anon74c422940208 267 len = OF_getprop(node, "interrupts", &iaddr.icells[0], 382 u_int32_t acells, icells; local in function:find_node_intr 389 if (OF_getprop(iparent, "#interrupt-cells", &icells, 4) != 4) 392 if (OF_getprop(node, "interrupts", &map, sizeof(map)) != (icells * 4)) 395 memcpy(intr, map, icells * 4); 396 if (*intr != 1) return (icells * 4); 439 if (OF_getprop(iparent, "#interrupt-cells", &icells, 4) != 4) 453 memcpy(intr, mp, icells * 4); 454 return icells * 4 [all...] |