Searched refs:pccard_cis_debug (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/pccard/
H A Dpccard_cis.c53 extern int pccard_cis_debug;
57 #define DPRINTF(arg) do { if (pccard_cis_debug) printf arg; } while (0)
58 #define DEVPRINTF(arg) do { if (pccard_cis_debug) device_printf arg; } while (0)
H A Dpccard.c70 int pccard_cis_debug = 0; variable
71 TUNABLE_INT("hw.pccard.cis_debug", &pccard_cis_debug);
73 &pccard_cis_debug, 0, "pccard CIS debug");

Completed in 98 milliseconds