Home
last modified time | relevance | path

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

/NextBSD/sys/dev/snc/
HDdp83932reg.h236 #define ISR_ALL 0x7fff /* all interrupts */ macro
HDdp83932.c425 NIC_PUT(sc, SNCR_ISR, ISR_ALL); in sncinit_locked()
829 while ((isr = (NIC_GET(sc, SNCR_ISR) & ISR_ALL)) != 0) { in sncintr()
HDdp83932subr.c92 NIC_PUT(sc, SNCR_ISR, ISR_ALL); in sncsetup()