Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dcs428x.h196 #define DPRINTF(x) if (cs428x_debug) printf x
197 #define DPRINTFN(n,x) if (cs428x_debug>(n)) printf x
198 extern int cs428x_debug;
Dcs428x.c58 int cs428x_debug = 0; variable