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

  /src/sys/dev/ic/
rt2860.c 67 #define DPRINTF(x) do { if (rt2860_debug > 0) printf x; } while (0)
68 #define DPRINTFN(n, x) do { if (rt2860_debug >= (n)) printf x; } while (0)
69 int rt2860_debug = 0; variable in typeref:typename:int
917 uint32_t tmp = RAL_READ(sc, RT2860_DEBUG);
rt2860.c 67 #define DPRINTF(x) do { if (rt2860_debug > 0) printf x; } while (0)
68 #define DPRINTFN(n, x) do { if (rt2860_debug >= (n)) printf x; } while (0)
69 int rt2860_debug = 0; variable in typeref:typename:int
917 uint32_t tmp = RAL_READ(sc, RT2860_DEBUG);

Completed in 178 milliseconds