Home | Sort by: relevance | last modified time | path |
/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; |