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

  /src/sys/arch/arm/gemini/
obio_ehci.c 58 #define DPRINTF(x) if (ehcidebug) printf x
59 extern int ehcidebug;
  /src/sys/arch/i386/pci/
gcscehci.c 59 #define DPRINTF(x) if (ehcidebug) printf x
60 extern int ehcidebug;
  /src/sys/arch/powerpc/booke/dev/
pq3ehci.c 70 #define DPRINTF(x) if (ehcidebug) printf x
71 extern int ehcidebug;
  /src/sys/dev/cardbus/
ehci_cardbus.c 62 #define DPRINTF(x) if (ehcidebug) printf x
63 extern int ehcidebug;
  /src/sys/arch/arm/broadcom/
bcm53xx_usb.c 131 #define EHCI_DPRINTF(x) if (ehcidebug) printf x
132 extern int ehcidebug;
  /src/sys/dev/pci/
ehci_pci.c 57 #define DPRINTF(x) if (ehcidebug) printf x
58 extern int ehcidebug;
416 if (ehcidebug)
  /src/sys/dev/marvell/
ehci_mv.c 51 #define DPRINTF(x) if (ehcidebug) printf x
52 extern int ehcidebug;
  /src/sys/dev/usb/
ehci.c 96 #define ehcidebug 0 macro
103 static int ehcidebug = EHCI_DEBUG_DEFAULT; variable in typeref:typename:int
123 NULL, 0, &ehcidebug, sizeof(ehcidebug), CTL_CREATE, CTL_EOL);
135 #define DPRINTF(FMT,A,B,C,D) USBHIST_LOG(ehcidebug,FMT,A,B,C,D)
136 #define DPRINTFN(N,FMT,A,B,C,D) USBHIST_LOGN(ehcidebug,N,FMT,A,B,C,D)
138 #define EHCIHIST_CALLED() USBHIST_CALLED(ehcidebug)
1657 if (ehcidebug)

Completed in 18 milliseconds