Searched refs:eflash_debug (Results 1 – 1 of 1) sorted by relevance
88 int eflash_debug = DEBUG_ERRORS; variable89 #define EFLASH_DEBUG(x) (eflash_debug & (x))90 #define DBGME(_lev_,_x_) if ((_lev_) & eflash_debug) _x_