Searched refs:log_content (Results 1 – 7 of 7) sorted by relevance
| /u-boot/drivers/mtd/spi/ |
| A D | sandbox.c | 294 log_content(" cmd: transition to %s state\n", in sandbox_sf_process_cmd() 346 log_content(" id: off:%u tx:", sbsf->off); in sandbox_sf_xfer() 355 log_content("%d %02x\n", sbsf->off, id); in sandbox_sf_xfer() 361 log_content(" addr: bytes:%u rx:%02x ", in sandbox_sf_xfer() 366 log_content("addr:%06x\n", sbsf->off); in sandbox_sf_xfer() 395 log_content(" cmd: transition to %s state\n", in sandbox_sf_xfer() 405 log_content(" tx: read(%u)\n", cnt); in sandbox_sf_xfer() 415 log_content(" read status: %#x\n", sbsf->status); in sandbox_sf_xfer() 443 log_content(" rx: write(%u)\n", cnt); in sandbox_sf_xfer() 485 log_content("sandbox_sf: Erase failed\n"); in sandbox_sf_xfer() [all …]
|
| /u-boot/drivers/spi/ |
| A D | sandbox_spi.c | 107 log_content("sandbox_spi: xfer: got back %i (that's %s)\n rx:", in sandbox_spi_xfer() 111 log_content(" %u:%02x", i, ((u8 *)din)[i]); in sandbox_spi_xfer() 113 log_content("\n"); in sandbox_spi_xfer()
|
| A D | designware_spi.c | 441 log_content("tx=0x%02x\n", txw); in dw_writer() 453 log_content("rx=0x%02x\n", rxw); in dw_reader()
|
| /u-boot/include/ |
| A D | log.h | 181 #define log_content(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG_CONTENT, ##_fmt) macro
|
| /u-boot/test/log/ |
| A D | log_test.c | 277 log_content("level %d\n", LOGL_DEBUG_CONTENT); in do_log_test_helpers()
|
| /u-boot/doc/develop/ |
| A D | logging.rst | 148 * log_content(_fmt...)
|
| /u-boot/drivers/clk/stm32/ |
| A D | clk-stm32mp1.c | 877 log_content("%s clock is the parent %s of clk id %d\n", in stm32mp1_clk_get_parent()
|
Completed in 23 milliseconds