Searched refs:DKC_TC_SUCCESS (Results 1 – 3 of 3) sorted by relevance
79 #define DKC_TC_SUCCESS (0<<3) /* Successful completion */ macro
310 if (status != (DKC_ST_DONE|DKC_TC_SUCCESS)) { in hdcattach()326 if ((status & DKC_ST_TERMCOD) == DKC_TC_SUCCESS) in hdcattach()404 if ((sc->sc_status & DKC_ST_TERMCOD) != DKC_TC_SUCCESS) { in hdcintr()
258 if (dkc->dkc_stat == (DKC_ST_DONE | DKC_TC_SUCCESS)) in mfm_command()