Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc/sparc/
Dintreg.h123 #define PINTR_SINTRLEV(n) (1 << (16 + (n))) macro
Dbsd_fdintr.s54 sethi %hi(PINTR_SINTRLEV(IPL_SOFTFDC)), %l5; \
Dlocore.s3101 sethi %hi(PINTR_SINTRLEV(15)), %o0 ! soft lvl 15 bit
5799 ! *(ICR_PI_SET + cpu*_MAXNBPG) = PINTR_SINTRLEV(level)
/netbsd/src/sys/arch/sparc/include/
Dcpu.h224 (cpi)->intreg_4m->pi_set = PINTR_SINTRLEV(lvl); \