HomeSort by: relevance | last modified time | path
    Searched defs:eflash_debug (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/emips/ebus/
flash_ebus.c 88 int eflash_debug = DEBUG_ERRORS; variable in typeref:typename:int
89 #define EFLASH_DEBUG(x) (eflash_debug & (x))
90 #define DBGME(_lev_,_x_) if ((_lev_) & eflash_debug) _x_
92 #define EFLASH_DEBUG(x) (0)
2037 if (EFLASH_DEBUG(DEBUG_WRITES)) {

Completed in 13 milliseconds