Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dcs4280.c61 #define DPRINTF(x) if (cs4280debug) printf x
62 #define DPRINTFN(n,x) if (cs4280debug>(n)) printf x
63 int cs4280debug = 0; variable