Searched refs:DEBUG_LEVEL (Results 1 – 6 of 6) sorted by relevance
45 extern atomic_t DEBUG_LEVEL;54 if ((atomic_read(&DEBUG_LEVEL) & DEBUG) && \63 if ((atomic_read(&DEBUG_LEVEL) & INFO) && \72 if ((atomic_read(&DEBUG_LEVEL) & WRN) && \81 if ((atomic_read(&DEBUG_LEVEL) & ERR)) { \
30 atomic_t DEBUG_LEVEL = ATOMIC_INIT(ERR);46 res = scnprintf(buf, sizeof(buf), "Debug Level: %x\n", atomic_read(&DEBUG_LEVEL)); in wilc_debug_level_read()62 …x%08x) is out of range, stay previous flag (0x%08x)\n", __func__, flag, atomic_read(&DEBUG_LEVEL)); in wilc_debug_level_write()66 atomic_set(&DEBUG_LEVEL, (int)flag); in wilc_debug_level_write()
53 #define DEBUG_LEVEL (DEBUG_NONE) macro71 if (level & DEBUG_LEVEL) \77 if (level & DEBUG_LEVEL) \87 if (level & DEBUG_LEVEL) \
239 #ifndef DEBUG_LEVEL240 #define DEBUG_LEVEL 4 macro248 #if DEBUG_LEVEL > 0
244 #define DEBUG_LEVEL (DBG_ERR) macro248 if ((level) & DEBUG_LEVEL) \
145 #define DEBUG_LEVEL (_drv_err_) macro