Searched refs:bcmsdh_msglevel (Results 1 – 12 of 12) sorted by relevance
35 extern const uint bcmsdh_msglevel;38 #define BCMSDH_ERROR(x) do { if (bcmsdh_msglevel & BCMSDH_ERROR_VAL) printf x; } while (0)39 #define BCMSDH_INFO(x) do { if (bcmsdh_msglevel & BCMSDH_INFO_VAL) printf x; } while (0)
43 extern const uint bcmsdh_msglevel;
42 extern const uint bcmsdh_msglevel;
57 const uint bcmsdh_msglevel = BCMSDH_ERROR_VAL; variable
56 const uint bcmsdh_msglevel = BCMSDH_ERROR_VAL; variable
54 const uint bcmsdh_msglevel = BCMSDH_ERROR_VAL; variable