HomeSort by: relevance | last modified time | path
    Searched defs:stop_code (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
advlib.c 2708 u_int8_t stop_code; local in function:AscCleanUpBusyQueue
2714 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
2715 if ((stop_code & ASC_STOP_CLEAN_UP_BUSY_Q) == 0)
2750 u_int8_t stop_code; local in function:AscCleanUpDiscQueue
2756 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
2757 if ((stop_code & ASC_STOP_CLEAN_UP_DISC_Q) == 0)

Completed in 33 milliseconds