Searched refs:HA_SERROR (Results 1 – 2 of 2) sorted by relevance
418 && (status != (HA_SREADY | HA_SSC | HA_SERROR)) in dpt_get_conf()419 && (status != (HA_SDRDY | HA_SERROR | HA_SDRQ))) in dpt_get_conf()464 if (((status & HA_SERROR) == 0) in dpt_get_conf()1539 if ((status = dpt_inb(dpt, HA_RSTATUS)) & HA_SERROR) { in dpt_intr_locked()
251 #define HA_SERROR 0x01 /* pr. command ended in error */ macro