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

/freebsd-10.0-release/sys/dev/ic/
H A Dnec765.h51 #define NE7_ST0_IC_IV 0x80 /* invalid command; must reset FDC */ macro
/freebsd-10.0-release/sys/pc98/cbus/
H A Dfdc.c537 if ((st0 & NE7_ST0_IC) == NE7_ST0_IC_IV) {
1556 fdc->status[0] = NE7_ST0_IC_IV;
2152 if((fdc->status[0] & NE7_ST0_IC) == NE7_ST0_IC_IV
/freebsd-10.0-release/sys/dev/fdc/
H A Dfdc.c579 if ((st0 & NE7_ST0_IC) == NE7_ST0_IC_IV) {
1081 if(st0 == NE7_ST0_IC_IV) {

Completed in 93 milliseconds