HomeSort by: relevance | last modified time | path
    Searched defs:slhcidebug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
sl811hs.c 510 #define SLHCIHIST_CALLED() USBHIST_CALLED(slhcidebug)
540 int slhcidebug = 0x1cbc; /* 0xc8c; */ /* 0xffff; */ /* 0xd8c; */ variable in typeref:typename:int
560 NULL, 0, &slhcidebug, sizeof(slhcidebug), CTL_CREATE, CTL_EOL);
571 #define SLHCI_DEXEC(x, y) do { if ((slhcidebug & SLHCI_ ## x)) { y; } \
665 #define slhcidebug 0 macro
1771 if (slhcidebug & SLHCI_D_INTR && r & sc->sc_ier &&
1772 ((r & ~(SL11_ISR_SOF|SL11_ISR_DATA)) || slhcidebug & SLHCI_D_SOF)) {
2024 if ((slhcidebug & SLHCI_D_NAK) ||
sl811hs.c 510 #define SLHCIHIST_CALLED() USBHIST_CALLED(slhcidebug)
540 int slhcidebug = 0x1cbc; /* 0xc8c; */ /* 0xffff; */ /* 0xd8c; */ variable in typeref:typename:int
560 NULL, 0, &slhcidebug, sizeof(slhcidebug), CTL_CREATE, CTL_EOL);
571 #define SLHCI_DEXEC(x, y) do { if ((slhcidebug & SLHCI_ ## x)) { y; } \
665 #define slhcidebug 0 macro
1771 if (slhcidebug & SLHCI_D_INTR && r & sc->sc_ier &&
1772 ((r & ~(SL11_ISR_SOF|SL11_ISR_DATA)) || slhcidebug & SLHCI_D_SOF)) {
2024 if ((slhcidebug & SLHCI_D_NAK) ||

Completed in 201 milliseconds