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

  /src/sys/arch/arm/at91/
at91cf.c 55 #ifdef AT91CF_DEBUG
56 int at91cf_debug = AT91CF_DEBUG; variable in typeref:typename:int
57 #define DPRINTFN(n,x) if (at91cf_debug>(n)) printf x;
at91cf.c 55 #ifdef AT91CF_DEBUG
56 int at91cf_debug = AT91CF_DEBUG; variable in typeref:typename:int
57 #define DPRINTFN(n,x) if (at91cf_debug>(n)) printf x;
at91cf.c 55 #ifdef AT91CF_DEBUG
56 int at91cf_debug = AT91CF_DEBUG; variable in typeref:typename:int
57 #define DPRINTFN(n,x) if (at91cf_debug>(n)) printf x;

Completed in 67 milliseconds