Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/newsmips/apbus/
H A Dif_sn.c126 NIC_PUT(sc, SNR_ISR, ISR_ALL); in snsetup()
399 NIC_PUT(sc, SNR_ISR, ISR_ALL); in sninit()
682 while (((NIC_GET(sc, SNR_ISR) & ISR_LCD) == 0) && timeout--) in camprogram()
685 if (NIC_GET(sc, SNR_ISR) & ISR_LCD) in camprogram()
686 NIC_PUT(sc, SNR_ISR, ISR_LCD); in camprogram()
807 while ((isr = (NIC_GET(sc, SNR_ISR) & ISR_ALL)) != 0) { in snintr()
809 NIC_PUT(sc, SNR_ISR, isr); in snintr()
H A Dif_snreg.h21 #define SNR_ISR 0x05 /* Interrupt Status */ macro