Home
last modified time | relevance | path

Searched refs:flashdebug (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/flash/
H A Dflash.h45 #define FLDPRINTF(x) if (flashdebug) printf x
46 #define FLDPRINTFN(n,x) if (flashdebug>(n)) printf x
H A Dflash_io.c50 extern int flashdebug;
H A Dflash.c66 int flashdebug = FLASH_DEBUG; variable