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

/freebsd-10-stable/sys/dev/buslogic/
H A Dbt.c1822 if ((status & (DIAG_FAIL|HA_READY|DATAIN_REG_READY)) != 0)
1835 || (status & HA_READY) == 0) {
1899 if ((status & HA_READY) != 0
2022 && (status & HA_READY) != 0) {
2062 || (status & (HA_READY|INIT_REQUIRED))
2063 != (HA_READY|INIT_REQUIRED)) {
H A Dbtreg.h75 #define HA_READY 0x10 /* HA ready for new commands */ macro
/freebsd-10-stable/sys/dev/aha/
H A Dahareg.h63 #define HA_READY 0x10 /* HA ready for new commands */ macro
H A Daha.c1355 if ((status & (DIAG_FAIL|HA_READY|DATAIN_REG_READY)) != 0)
1367 || (status & HA_READY) == 0) {
1449 if ((status & HA_READY) != 0 && (status & CMD_REG_BUSY) == 0)
1578 || (status & (HA_READY|INIT_REQUIRED))
1579 != (HA_READY|INIT_REQUIRED))

Completed in 134 milliseconds