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

  /src/sys/arch/sh3/dev/
shpcic.c 53 #if defined(DEBUG) && !defined(SHPCIC_DEBUG)
54 #define SHPCIC_DEBUG 0
56 #if defined(SHPCIC_DEBUG)
57 int shpcic_debug = SHPCIC_DEBUG + 0; variable in typeref:typename:int
58 #define DPRINTF(arg) if (shpcic_debug) printf arg
shpcic.c 53 #if defined(DEBUG) && !defined(SHPCIC_DEBUG)
54 #define SHPCIC_DEBUG 0
56 #if defined(SHPCIC_DEBUG)
57 int shpcic_debug = SHPCIC_DEBUG + 0; variable in typeref:typename:int
58 #define DPRINTF(arg) if (shpcic_debug) printf arg
shpcic.c 53 #if defined(DEBUG) && !defined(SHPCIC_DEBUG)
54 #define SHPCIC_DEBUG 0
56 #if defined(SHPCIC_DEBUG)
57 int shpcic_debug = SHPCIC_DEBUG + 0; variable in typeref:typename:int
58 #define DPRINTF(arg) if (shpcic_debug) printf arg

Completed in 32 milliseconds