Home
last modified time | relevance | path

Searched refs:spif_softintr (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/sbus/
Dspifreg.h397 void spif_softintr(void *);
Dspif.c237 sc->sc_softih = softint_establish(SOFTINT_SERIAL, spif_softintr, sc); in spif_attach()
893 spif_softintr(void *vsc) in spif_softintr() function