Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Ddpt.c186 if (moretimo < DPT_MORE_TIMEOUT / 100)
198 if (more != 0 && moretimo++ < DPT_MORE_TIMEOUT / 100) {
212 if (moretimo < DPT_MORE_TIMEOUT / 100)
267 if (moretimo < DPT_MORE_TIMEOUT / 100)
Ddptreg.h44 #define DPT_MORE_TIMEOUT 1000 /* microseconds */ macro