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

/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_npe.c181 static int npe_debug = 0; variable
182 SYSCTL_INT(_debug, OID_AUTO, ixp425npe, CTLFLAG_RWTUN, &npe_debug,
185 if (npe_debug) device_printf(dev, fmt, __VA_ARGS__); \
188 if (npe_debug >= n) printf(fmt, __VA_ARGS__); \
H A Dif_npe.c257 static int npe_debug = 0; variable
258 SYSCTL_INT(_hw_npe, OID_AUTO, debug, CTLFLAG_RWTUN, &npe_debug,
333 sc->sc_debug = npe_debug;

Completed in 166 milliseconds