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

  /src/sys/arch/arm/ep93xx/
epgpio.c 47 #ifdef EPGPIO_DEBUG
48 int epgpio_debug = EPGPIO_DEBUG; variable in typeref:typename:int
49 #define DPRINTFN(n,x) if (epgpio_debug>(n)) printf x;
epgpio.c 47 #ifdef EPGPIO_DEBUG
48 int epgpio_debug = EPGPIO_DEBUG; variable in typeref:typename:int
49 #define DPRINTFN(n,x) if (epgpio_debug>(n)) printf x;

Completed in 22 milliseconds