Searched refs:log_content (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/mtd/spi/ |
A D | sandbox.c | 293 log_content(" cmd: transition to %s state\n", in sandbox_sf_process_cmd() 345 log_content(" id: off:%u tx:", sbsf->off); in sandbox_sf_xfer() 354 log_content("%d %02x\n", sbsf->off, id); in sandbox_sf_xfer() 360 log_content(" addr: bytes:%u rx:%02x ", in sandbox_sf_xfer() 365 log_content("addr:%06x\n", sbsf->off); in sandbox_sf_xfer() 394 log_content(" cmd: transition to %s state\n", in sandbox_sf_xfer() 404 log_content(" tx: read(%u)\n", cnt); in sandbox_sf_xfer() 414 log_content(" read status: %#x\n", sbsf->status); in sandbox_sf_xfer() 442 log_content(" rx: write(%u)\n", cnt); in sandbox_sf_xfer() 484 log_content("sandbox_sf: Erase failed\n"); in sandbox_sf_xfer() [all …]
|
/u-boot/drivers/spi/ |
A D | sandbox_spi.c | 111 log_content("sandbox_spi: xfer: got back %i (that's %s)\n rx:", in sandbox_spi_xfer() 115 log_content(" %u:%02x", i, ((u8 *)din)[i]); in sandbox_spi_xfer() 117 log_content("\n"); in sandbox_spi_xfer()
|
A D | designware_spi.c | 427 log_content("tx=0x%02x\n", txw); in dw_writer() 439 log_content("rx=0x%02x\n", rxw); in dw_reader()
|
/u-boot/include/ |
A D | log.h | 167 #define log_content(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG_CONTENT, ##_fmt) macro 181 #define log_content(_fmt...) log_nop(LOG_CATEGORY, \ macro
|
/u-boot/test/log/ |
A D | log_test.c | 276 log_content("level %d\n", LOGL_DEBUG_CONTENT); in do_log_test_helpers()
|
/u-boot/doc/develop/ |
A D | logging.rst | 120 * log_content(_fmt...)
|
/u-boot/drivers/clk/ |
A D | clk_stm32mp1.c | 864 log_content("%s clock is the parent %s of clk id %d\n", in stm32mp1_clk_get_parent()
|
Completed in 19 milliseconds