Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dopl.c64 #define DPRINTF(x) if (opldebug) printf x
65 #define DPRINTFN(n,x) if (opldebug >= (n)) printf x
66 int opldebug = 0; variable