Home | Sort by: relevance | last modified time | path |
/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) |