HomeSort by: relevance | last modified time | path
    Searched defs:mpcsa_spi_debug (Results 1 - 2 of 2) 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;
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 21 milliseconds