Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aha/
HDahareg.h60 #define DIAG_ACTIVE 0x80 /* Performing Internal Diags */ macro
HDaha.c247 (status & (DIAG_ACTIVE|CMD_REG_BUSY | STATUS_REG_RSVD)) != 0) { in aha_probe()
1325 if ((status & DIAG_ACTIVE) != 0) in ahareset()
1339 if ((status & DIAG_ACTIVE) == 0) in ahareset()
1575 CMD_REG_BUSY|DIAG_FAIL|DIAG_ACTIVE)) != 0 in aha_cmd()
/NextBSD/sys/dev/buslogic/
HDbt.c357 || (status & (DIAG_ACTIVE|CMD_REG_BUSY| in bt_probe()
1790 if ((status & DIAG_ACTIVE) != 0) in btreset()
1806 if ((status & DIAG_ACTIVE) == 0) in btreset()
2059 CMD_REG_BUSY|DIAG_FAIL|DIAG_ACTIVE)) != 0 in bt_cmd()
HDbtreg.h72 #define DIAG_ACTIVE 0x80 /* Performing Internal Diags */ macro