HomeSort by relevance Sort by last modified time
    Searched refs:sd_msglevel (Results 1 - 9 of 9) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh_sdmmc.h 95 extern uint sd_msglevel;
bcmsdstd.h 29 #define sd_err(x) do { if (sd_msglevel & SDH_ERROR_VAL) printf x; } while (0)
189 extern uint sd_msglevel;
bcmsdspi.h 111 extern uint sd_msglevel;
bcmspibrcm.h 107 extern uint sd_msglevel;
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 657 extern uint sd_msglevel; /* Debug message level */
658 module_param(sd_msglevel, uint, 0);
bcmsdh_sdmmc.c 72 uint sd_msglevel = 0x01; variable
382 {"sd_msglevel", IOV_MSGLEVEL, 0, IOVT_UINT32, 0 },
449 int_val = (int32)sd_msglevel;
454 sd_msglevel = int_val;
    [all...]
bcmsdspi.c 51 uint sd_msglevel = SDH_ERROR_VAL; variable
242 {"sd_msglevel", IOV_MSGLEVEL, 0, IOVT_UINT32, 0 },
309 int_val = (int32)sd_msglevel;
314 sd_msglevel = int_val;
    [all...]
bcmspibrcm.c 48 uint sd_msglevel = 0; variable
284 {"sd_msglevel", IOV_MSGLEVEL, 0, IOVT_UINT32, 0 },
354 int_val = (int32)sd_msglevel;
359 sd_msglevel = int_val;
    [all...]
bcmsdstd.c 47 uint sd_msglevel = SDH_ERROR_VAL; variable
358 {"sd_msglevel", IOV_MSGLEVEL, 0, IOVT_UINT32, 0 },
429 int_val = (int32)sd_msglevel;
434 sd_msglevel = int_val;
    [all...]

Completed in 49 milliseconds