HomeSort by: relevance | last modified time | path
    Searched refs:IC_COMPLETE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
icp.c 735 ic->ic_flags |= IC_COMPLETE;
777 ic->ic_flags |= IC_COMPLETE;
1152 if ((ic->ic_flags & IC_COMPLETE) != 0)
1157 while ((ic->ic_flags & IC_COMPLETE) == 0) {
1197 while ((ic->ic_flags & IC_COMPLETE) == 0) {
1225 while ((ic->ic_flags & IC_COMPLETE) == 0) {
icpvar.h 88 #define IC_COMPLETE 0x08 /* Command completed */

Completed in 13 milliseconds