HomeSort by: relevance | last modified time | path
    Searched defs:interrupt_map_mask (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 802 int interrupt_map_mask[10]; local in function:OF_mapintr
921 if ((len = OF_getprop(node, "interrupt-map-mask", &interrupt_map_mask,
922 sizeof(interrupt_map_mask))) <= 0) {
925 interrupt_map_mask[i] = -1;
930 DPRINTF(("%x.", interrupt_map_mask[i]));
966 interrupt_map_mask, address_cells) &&
969 &interrupt_map_mask[address_cells],
ofw_machdep.c 802 int interrupt_map_mask[10]; local in function:OF_mapintr
921 if ((len = OF_getprop(node, "interrupt-map-mask", &interrupt_map_mask,
922 sizeof(interrupt_map_mask))) <= 0) {
925 interrupt_map_mask[i] = -1;
930 DPRINTF(("%x.", interrupt_map_mask[i]));
966 interrupt_map_mask, address_cells) &&
969 &interrupt_map_mask[address_cells],

Completed in 21 milliseconds