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

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
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 2565 milliseconds