Searched refs:HA_READY (Results 1 – 4 of 4) sorted by relevance
1353 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()
63 #define HA_READY 0x10 /* HA ready for new commands */ macro
1820 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()
75 #define HA_READY 0x10 /* HA ready for new commands */ macro