Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Diommureg.h182 #define INTLEVENCODE(x) (((x)&0x0f)<<INTMAP_LSHIFT) macro
H A Dsbus.c449 pri = INTLEVENCODE(2); in sbus_get_intr()
467 pri = INTLEVENCODE(intrmap[i].in_lev); in sbus_get_intr()
H A Dpci_machdep.c445 int_used |= INTLEVENCODE(intrmap[len].in_lev); in pci_intr_map()