Home
last modified time | relevance | path

Searched refs:IE_STAT_ABORT (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/arch/acorn32/podulebus/
Dif_iereg.h266 #define IE_STAT_ABORT 0x1000 /* command was aborted */ macro
Dif_ie.c1526 if ( status & IE_STAT_ABORT ) in ietint()
/netbsd/src/sys/arch/mvme68k/stand/netboot/
Di82586.h206 #define IE_STAT_ABORT 0x1000 /* command was aborted */ macro
/netbsd/src/sys/arch/sun3/dev/
Di82586.h185 #define IE_STAT_ABORT SWAP(0x1000) /* command was aborted */ macro
Dif_ie.c602 if (status & IE_STAT_ABORT) in ietint()
/netbsd/src/sys/dev/ic/
Di82586reg.h297 #define IE_STAT_ABORT 0x1000 /* command was aborted */ macro
Di82586.c699 if (status & IE_STAT_ABORT) in i82586_tint()