Home
last modified time | relevance | path

Searched refs:NE7_ST2_WC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ic/
H A Dnec765.h75 #define NE7_ST2_WC 0x10 /* wrong cylinder, ID field mismatches cmd */ macro
/freebsd/usr.sbin/fdread/
H A Dfdutil.c82 } else if (fdcsp->status[2] & NE7_ST2_WC) in printstatus()
/freebsd/sys/dev/fdc/
H A Dfdc.c1096 if(st0 == NE7_ST0_IC_AT && fdc->status[2] & NE7_ST2_WC) { in fdc_worker()