Home
last modified time | relevance | path

Searched refs:TWE_STAT_CQF (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Dtwereg.h69 #define TWE_STAT_CQF 0x00008000 /* cmd queue full */ macro
Dtwe.c464 while (!(status & TWE_STAT_CQF) && in twe_thread()
619 if (!(status & TWE_STAT_CQF)) in twe_start()
625 if (!(status & TWE_STAT_CQF)) { in twe_start()