Home
last modified time | relevance | path

Searched refs:interrupt_map_mask (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/arch/sparc64/sparc64/
H A Dofw_machdep.c843 int interrupt_map_mask[10]; in OF_mapintr() local
931 if ((len = OF_getprop(node, "interrupt-map-mask", &interrupt_map_mask, in OF_mapintr()
932 sizeof(interrupt_map_mask))) <= 0) { in OF_mapintr()
935 interrupt_map_mask[i] = -1; in OF_mapintr()
940 DPRINTF(("%x.", interrupt_map_mask[i])); in OF_mapintr()
976 interrupt_map_mask, address_cells) && in OF_mapintr()
979 &interrupt_map_mask[address_cells], in OF_mapintr()