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

  /src/sys/arch/evbarm/mpcsa/
mpcsa_spi.c 42 #ifdef MPCSA_SPI_DEBUG
43 int mpcsa_spi_debug = MPCSA_SPI_DEBUG; variable in typeref:typename:int
44 #define DPRINTFN(n,x) if (mpcsa_spi_debug>(n)) printf x;

Completed in 14 milliseconds