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

/freebsd-10-stable/sys/dev/aha/
H A Dahareg.h64 #define CMD_REG_BUSY 0x08 /* HA busy with last cmd byte */ macro
H A Daha.c249 (status & (DIAG_ACTIVE|CMD_REG_BUSY | STATUS_REG_RSVD)) != 0) {
1449 if ((status & HA_READY) != 0 && (status & CMD_REG_BUSY) == 0)
1494 if ((status & CMD_REG_BUSY) == 0) {
1577 CMD_REG_BUSY|DIAG_FAIL|DIAG_ACTIVE)) != 0
/freebsd-10-stable/sys/dev/buslogic/
H A Dbt.c359 || (status & (DIAG_ACTIVE|CMD_REG_BUSY|
1900 && (status & CMD_REG_BUSY) == 0)
1946 if ((status & CMD_REG_BUSY) == 0) {
1994 && (status & CMD_REG_BUSY) == 0) {
1998 * consider this command complete when the CMD_REG_BUSY
2061 CMD_REG_BUSY|DIAG_FAIL|DIAG_ACTIVE)) != 0
H A Dbtreg.h76 #define CMD_REG_BUSY 0x08 /* HA busy with last cmd byte */ macro

Completed in 121 milliseconds