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

  /src/sys/dev/pci/
cs428x.h 196 #define DPRINTF(x) if (cs428x_debug) printf x
197 #define DPRINTFN(n,x) if (cs428x_debug>(n)) printf x
198 extern int cs428x_debug;
cs428x.c 58 int cs428x_debug = 0; variable in typeref:typename:int

Completed in 33 milliseconds