Searched refs:IST_ONCHIP (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/powerpc/booke/dev/
H A Dpq3diic.c116 sc->sc_ih = intr_establish(cnl->cnl_intrs[0], IPL_VM, IST_ONCHIP,
H A Dpq3sdhc.c118 sc->sc_ih = intr_establish(cnl->cnl_intrs[0], IPL_VM, IST_ONCHIP,
H A Dpq3ddrc.c146 IST_ONCHIP, pq3ddrc_intr, sc);
H A Dpq3ehci.c141 sc->sc_ih = intr_establish(cnl->cnl_intrs[0], IPL_USB, IST_ONCHIP,
H A Dpq3duart.c177 IST_ONCHIP, pq3duart_intr, dsc);
H A Dpq3etsec.c670 sc->sc_tx_ih = intr_establish(cnl->cnl_intrs[0], IPL_VM, IST_ONCHIP,
678 sc->sc_rx_ih = intr_establish(cnl->cnl_intrs[1], IPL_VM, IST_ONCHIP,
686 sc->sc_error_ih = intr_establish(cnl->cnl_intrs[2], IPL_VM, IST_ONCHIP,
/netbsd-current/sys/arch/powerpc/include/booke/
H A Dintr.h59 #define IST_ONCHIP (NIPL+6) /* on-chip device */ macro
/netbsd-current/sys/arch/powerpc/booke/
H A De500_intr.c231 [IST_ONCHIP] = UC_CHIP ## _EXTERNALSOURCES, \
401 [IST_ONCHIP] = "onchip",
666 case IST_ONCHIP:
787 case IST_ONCHIP:
815 : (ist == IST_ONCHIP
1245 KASSERT(evcnt == cpu->cpu_evcnt_intrs + info->ii_ist_vectors[IST_ONCHIP]);
1428 case IST_ONCHIP:
/netbsd-current/sys/arch/powerpc/booke/pci/
H A Dpq3pci.c717 sc->sc_ih = intr_establish_xname(cnl->cnl_intrs[0], IPL_VM, IST_ONCHIP,

Completed in 333 milliseconds