Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/fdread/
HDfdutil.c62 if ((fdcsp->status[0] & NE7_ST0_IC_RC) == 0) { in printstatus()
64 } else if ((fdcsp->status[0] & NE7_ST0_IC_RC) != NE7_ST0_IC_AT) { in printstatus()
66 fdcsp->status[0] & NE7_ST0_IC_RC); in printstatus()
/freebsd-13-stable/sys/dev/ic/
HDnec765.h51 #define NE7_ST0_IC_RC 0xc0 /* terminated due to ready changed, n/a */ macro