Home
last modified time | relevance | path

Searched refs:SPI_DEBUG (Results 1 – 2 of 2) sorted by relevance

/arm-trusted-firmware-2.8.0/include/drivers/brcm/
A Dsf.h13 #ifdef SPI_DEBUG
14 #define SPI_DEBUG(fmt, ...) INFO(fmt, ##__VA_ARGS__) macro
16 #define SPI_DEBUG(fmt, ...) macro
/arm-trusted-firmware-2.8.0/drivers/brcm/
A Dspi_flash.c184 SPI_DEBUG("SF read done\n"); in spi_flash_read()
215 SPI_DEBUG("SF:0x%p=>cmd:{0x%02x 0x%02x%02x%02x} chunk_len:%d\n", in spi_flash_write()
228 SPI_DEBUG("SF write done\n"); in spi_flash_write()
258 SPI_DEBUG("SF: erase %2x %2x %2x %2x (%x)\n", cmd[0], cmd[1], in spi_flash_erase()
270 SPI_DEBUG("sf erase done\n"); in spi_flash_erase()

Completed in 3 milliseconds