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

  /src/sys/dev/ic/
rt2560.c 66 #define DPRINTF(x) do { if (rt2560_debug > 0) printf x; } while (0)
67 #define DPRINTFN(n, x) do { if (rt2560_debug >= (n)) printf x; } while (0)
68 int rt2560_debug = 0; variable in typeref:typename:int
rt2560.c 66 #define DPRINTF(x) do { if (rt2560_debug > 0) printf x; } while (0)
67 #define DPRINTFN(n, x) do { if (rt2560_debug >= (n)) printf x; } while (0)
68 int rt2560_debug = 0; variable in typeref:typename:int

Completed in 24 milliseconds