Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Dvbus.c38 int vbus_debug = 0x00|VBUS_INTR; variable
39 #define DPRINTF(l, s) do { if (vbus_debug & l) printf s; } while (0)