Searched refs:IE_FD_COMPLETE (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/acorn32/podulebus/
H A Dif_iereg.h236 #define IE_FD_COMPLETE 0x8000 /* frame is complete */ macro
H A Dif_ie.c1304 if ((status&IE_FD_COMPLETE)&&(status&IE_FD_OK)) {
/netbsd-current/sys/arch/mvme68k/stand/netboot/
H A Dif_ie.c304 if ((status & (IE_FD_COMPLETE | IE_FD_OK)) ==
305 (IE_FD_COMPLETE | IE_FD_OK)) {
H A Di82586.h177 #define IE_FD_COMPLETE 0x8000 /* frame is complete */ macro
/netbsd-current/sys/arch/sun3/dev/
H A Di82586.h155 #define IE_FD_COMPLETE SWAP(0x8000) /* frame is complete */ macro
H A Dif_ie.c543 if ((status & IE_FD_COMPLETE) && (status & IE_FD_OK)) {
/netbsd-current/sys/dev/ic/
H A Di82586reg.h239 #define IE_FD_COMPLETE 0x8000 /* frame is complete */ macro
H A Di82586.c531 if ((status & IE_FD_COMPLETE) == 0) {

Completed in 278 milliseconds