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

  /src/sys/dev/ic/
w83l518d_sdmmc.c 50 /* #define WB_SDMMC_DEBUG */
52 #ifdef WB_SDMMC_DEBUG
53 static int wb_sdmmc_debug = 1; variable in typeref:typename:int
55 static int wb_sdmmc_debug = 0; variable in typeref:typename:int
63 if (wb_sdmmc_debug > 0) \
593 if (wb_sdmmc_debug) {
w83l518d_sdmmc.c 50 /* #define WB_SDMMC_DEBUG */
52 #ifdef WB_SDMMC_DEBUG
53 static int wb_sdmmc_debug = 1; variable in typeref:typename:int
55 static int wb_sdmmc_debug = 0; variable in typeref:typename:int
63 if (wb_sdmmc_debug > 0) \
593 if (wb_sdmmc_debug) {

Completed in 92 milliseconds