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

  /src/sys/dev/sdmmc/
if_bwfm_sdio.c 58 #ifdef BWFM_SDIO_DEBUG
59 #define DPRINTF(x) do { if (bwfm_sdio_debug > 0) printf x; } while (0)
60 #define DPRINTFN(n, x) do { if (bwfm_sdio_debug >= (n)) printf x; } while (0)
61 static int bwfm_sdio_debug = 2; variable
198 #ifdef BWFM_SDIO_DEBUG
651 #ifdef BWFM_SDIO_DEBUG
1509 #ifdef BWFM_SDIO_DEBUG
2112 #ifdef BWFM_SDIO_DEBUG

Completed in 17 milliseconds