Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sh3/sh3/
Dinterrupt.c161 case SH4_INTEVT_PCISERR: in intc_intr_disable()
194 case SH4_INTEVT_PCISERR: in intc_intr_enable()
330 case SH4_INTEVT_PCISERR: in intc_intr_priority()
441 case SH4_INTEVT_PCISERR: in intpri_intr_priority()
485 case SH4_INTEVT_PCISERR: in intpri_intr_enable()
493 bit = (1 << ((evtcode - SH4_INTEVT_PCISERR) >> 5)); in intpri_intr_enable()
534 case SH4_INTEVT_PCISERR: in intpri_intr_disable()
542 bit = (1 << ((evtcode - SH4_INTEVT_PCISERR) >> 5)); in intpri_intr_disable()
/netbsd/src/sys/arch/sh3/include/
Dexception.h154 #define SH4_INTEVT_PCISERR 0xa00 macro
/netbsd/src/sys/arch/sh3/dev/
Dshpcic.c220 intpri_intr_priority(SH4_INTEVT_PCISERR, shpcic_intr_priority[1]); in shpcic_attach()
334 evtcode = SH4_INTEVT_PCISERR; in shpcic_set_intr_priority()
349 case SH4_INTEVT_PCISERR: in shpcic_intr_establish()