Searched refs:NE7_ST0_IC_RC (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/ic/
H A Dnec765.h50 #define NE7_ST0_IC_RC 0xc0 /* terminated due to ready changed, n/a */ macro
/freebsd-10.0-release/usr.sbin/fdread/
H A Dfdutil.c62 if ((fdcsp->status[0] & NE7_ST0_IC_RC) == 0) {
64 } else if ((fdcsp->status[0] & NE7_ST0_IC_RC) != NE7_ST0_IC_AT) {
66 fdcsp->status[0] & NE7_ST0_IC_RC);
/freebsd-10.0-release/sys/pc98/cbus/
H A Dfdc.c1914 && (st0 & NE7_ST0_IC) == NE7_ST0_IC_RC)
1916 } while ((st0 & NE7_ST0_IC) == NE7_ST0_IC_RC);
2230 && (st0 & NE7_ST0_IC) == NE7_ST0_IC_RC)
2232 } while ((st0 & NE7_ST0_IC) == NE7_ST0_IC_RC);

Completed in 167 milliseconds