Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/ep93xx/
H A Depgpio.c48 int epgpio_debug = EPGPIO_DEBUG; variable
49 #define DPRINTFN(n,x) if (epgpio_debug>(n)) printf x;