Home
last modified time | relevance | path

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

/netbsd/sys/arch/sun3/dev/
H A Dfdvar.h74 #define ISTATE_DONE 4 /* Interrupt processing complete */ macro
H A Dfd.c1083 fdc->sc_istate = ISTATE_DONE; in fdchwintr()
1107 fdc->sc_istate = ISTATE_DONE; in fdchwintr()
1140 if (fdc->sc_istate != ISTATE_DONE) in fdcswintr()