Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aha/
HDaha.c1353 if ((status & (DIAG_FAIL|HA_READY|DATAIN_REG_READY)) != 0) in ahareset()
1365 || (status & HA_READY) == 0) { in ahareset()
1447 if ((status & HA_READY) != 0 && (status & CMD_REG_BUSY) == 0) in aha_cmd()
1576 || (status & (HA_READY|INIT_REQUIRED)) in aha_cmd()
1577 != (HA_READY|INIT_REQUIRED)) in aha_cmd()
HDahareg.h63 #define HA_READY 0x10 /* HA ready for new commands */ macro
/NextBSD/sys/dev/buslogic/
HDbt.c1820 if ((status & (DIAG_FAIL|HA_READY|DATAIN_REG_READY)) != 0) in btreset()
1833 || (status & HA_READY) == 0) { in btreset()
1897 if ((status & HA_READY) != 0 in bt_cmd()
2020 && (status & HA_READY) != 0) { in bt_cmd()
2060 || (status & (HA_READY|INIT_REQUIRED)) in bt_cmd()
2061 != (HA_READY|INIT_REQUIRED)) { in bt_cmd()
HDbtreg.h75 #define HA_READY 0x10 /* HA ready for new commands */ macro