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

  /src/sys/arch/arm/xscale/
pxa2x0_mci.c 79 #ifdef PXAMCI_DEBUG
80 int pxamci_debug = 9; variable in typeref:typename:int
81 #define DPRINTF(n,s) do { if ((n) <= pxamci_debug) printf s; } while (0)
86 #ifndef PXAMCI_DEBUG
752 #ifdef PXAMCI_DEBUG
858 #ifdef PXAMCI_DEBUG
pxa2x0_mci.c 79 #ifdef PXAMCI_DEBUG
80 int pxamci_debug = 9; variable in typeref:typename:int
81 #define DPRINTF(n,s) do { if ((n) <= pxamci_debug) printf s; } while (0)
86 #ifndef PXAMCI_DEBUG
752 #ifdef PXAMCI_DEBUG
858 #ifdef PXAMCI_DEBUG

Completed in 22 milliseconds