HomeSort by: relevance | last modified time | path
    Searched refs:ohcidebug (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
ohci_s3c24x0.c 61 extern int ohcidebug;
99 /*ohcidebug=15;*/
  /src/sys/arch/arm/broadcom/
bcm53xx_usb.c 80 #define OHCI_DPRINTF(x) if (ohcidebug) printf x
81 extern int ohcidebug;
  /src/sys/dev/usb/
ohci.c 78 #define ohcidebug 0 macro
80 static int ohcidebug = 0; variable in typeref:typename:int
100 NULL, 0, &ohcidebug, sizeof(ohcidebug), CTL_CREATE, CTL_EOL);
112 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(ohcidebug,FMT,A,B,C,D)
113 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(ohcidebug,N,FMT,A,B,C,D)
115 #define OHCIHIST_CALLED(name) USBHIST_CALLED(ohcidebug)
930 if (ohcidebug >= 15) {
1014 if (ohcidebug >= 15)
1077 if (ohcidebug >= 5
    [all...]

Completed in 14 milliseconds