Home
last modified time | relevance | path

Searched refs:npe_debug (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/arm/xscale/
H A Dixp425_npe.c165 static int npe_debug = 0; variable
167 if (npe_debug) printf(fmt, __VA_ARGS__); \
170 if (npe_debug >= n) printf(fmt, __VA_ARGS__); \
H A Dixp425_if_npe.c222 static int npe_debug; variable
224 if (npe_debug) printf(fmt, __VA_ARGS__); \
227 if (npe_debug >= n) printf(fmt, __VA_ARGS__); \