Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2.h66 extern int dwc2debug;
80 if (dwc2debug >= 1) { \
86 if (dwc2debug >= 2) { \
H A Ddwc2_core.h66 if (dwc2debug >= 1) { \
74 if (dwc2debug >= 2) { \
H A Ddwc2.c64 if (dwc2debug >= (n)) { \
70 int dwc2debug = 0; variable