Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dxhci_pci.c50 #define DPRINTF(x) if (xhcidebug) printf x
51 extern int xhcidebug;
/openbsd/sys/dev/usb/
H A Dxhci.c44 #define DPRINTF(x) do { if (xhcidebug) printf x; } while(0)
45 #define DPRINTFN(n,x) do { if (xhcidebug>(n)) printf x; } while (0)
46 int xhcidebug = 3; variable