Home
last modified time | relevance | path

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

/openbsd/sys/arch/sh/include/
H A Dintr.h55 #define IPL_SOFTSERIAL 4 /* serial */ macro
/openbsd/sys/arch/landisk/include/
H A Dintr.h54 #define splsoftserial() splraise(IPL_SOFTSERIAL)
/openbsd/sys/arch/alpha/include/
H A Dintr.h123 #define IPL_SOFTSERIAL 0 /* serial software interrupts */ macro
/openbsd/sys/arch/alpha/alpha/
H A Dinterrupt.c501 case IPL_SOFTSERIAL: in ipl2si()
/openbsd/sys/arch/sh/sh/
H A Dinterrupt.c698 softintr_dispatch(IPL_SOFTSERIAL); in tmu1_intr()
/openbsd/sys/dev/tc/
H A Dzs_ioasic.c340 zs->zsc_sih = softintr_establish(IPL_SOFTSERIAL, zs_ioasic_softintr, zs); in zs_ioasic_attach()
/openbsd/sys/arch/sh/dev/
H A Dscif.c450 sc->sc_si = softintr_establish(IPL_SOFTSERIAL, scifsoft, sc); in scif_attach()