Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/emips/stand/common/
H A Denic.c145 if ((isr & (EC_DONE|EC_OF_EMPTY)) == EC_DONE) { in enic_getpkt()
201 if (0 == (regs->Control & EC_OF_EMPTY)) in enic_getmac()
/netbsd-src/sys/arch/emips/ebus/
H A Dif_le_ebus.c253 if ((sc->sc_regs->Control & EC_OF_EMPTY) == 0) in enic_gethwinfo()
279 if ((sc->sc_regs->Control & EC_OF_EMPTY) == 0) in enic_gethwinfo()
646 while ((isr & EC_OF_EMPTY) == 0) { in enic_intr()
/netbsd-src/sys/arch/emips/include/
H A Demipsreg.h798 # define EC_OF_EMPTY CPBDI_OF_EMPTY macro