Home
last modified time | relevance | path

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

/freebsd/sys/dev/nge/
H A Dif_ngereg.h227 #define NGE_INTRS \ macro
H A Dif_nge.c1809 if (status == 0xffffffff || (status & NGE_INTRS) == 0) in nge_intr()
1826 for (; (status & NGE_INTRS) != 0;) { in nge_intr()
2191 CSR_WRITE_4(sc, NGE_IMR, NGE_INTRS); in nge_init_locked()