Searched refs:cbb_debug (Results 1 – 4 of 4) sorted by relevance
106 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)107 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)
112 extern int cbb_debug;
116 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)117 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)152 int cbb_debug = 0; variable153 SYSCTL_INT(_hw_cbb, OID_AUTO, debug, CTLFLAG_RWTUN, &cbb_debug, 0,
113 #define DPRINTF(x) do { if (cbb_debug) printf x; } while (0)114 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0)