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

  /src/sys/dev/qbus/
if_ilreg.h 53 #define IL_CDONE 0x0080 /* Command Done */
if_il.c 229 while ((IL_RCSR(IL_CSR)&IL_CDONE) == 0)
298 while ((IL_RCSR(IL_CSR) & IL_CDONE) == 0)
381 while ((IL_RCSR(IL_CSR) & IL_CDONE) == 0)
388 while ((IL_RCSR(IL_CSR) & IL_CDONE) == 0)
471 while ((IL_RCSR(IL_CSR) & IL_CDONE) == 0)
556 while ((IL_RCSR(IL_CSR) & IL_CDONE) == 0)

Completed in 13 milliseconds