Searched refs:NE7_ST0_IC_AT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/dev/ic/
H A Dnec765.h52 #define NE7_ST0_IC_AT 0x40 /* abnormal termination, check error stat */ macro
/freebsd-10.0-release/usr.sbin/fdread/
H A Dfdutil.c64 } else if ((fdcsp->status[0] & NE7_ST0_IC_RC) != NE7_ST0_IC_AT) {
/freebsd-10.0-release/sys/pc98/cbus/
H A Dfdc.c1989 fdc->status[0] = NE7_ST0_IC_AT;
2133 if ((fdc->status[0] & NE7_ST0_IC) == NE7_ST0_IC_AT
2155 else if((fdc->status[0] & NE7_ST0_IC) == NE7_ST0_IC_AT
/freebsd-10.0-release/sys/dev/fdc/
H A Dfdc.c1072 if (st0 == NE7_ST0_IC_AT && fdc->status[1] & NE7_ST1_OR) {
1086 if(st0 == NE7_ST0_IC_AT && fdc->status[2] & NE7_ST2_WC) {

Completed in 230 milliseconds