Searched refs:log_content (Results 1 - 7 of 7) sorted by relevance

/u-boot/drivers/mtd/spi/
H A Dsandbox.c204 log_content("sandbox_sf: CS activated; state is fresh!\n");
216 log_content("sandbox_sf: CS deactivated; cmd done processing!\n");
293 log_content(" cmd: transition to %s state\n",
325 log_content("sandbox_sf: state:%x(%s) bytes:%u\n", sbsf->state,
345 log_content(" id: off:%u tx:", sbsf->off);
354 log_content("%d %02x\n", sbsf->off, id);
360 log_content(" addr: bytes:%u rx:%02x ",
365 log_content("addr:%06x\n", sbsf->off);
394 log_content(" cmd: transition to %s state\n",
404 log_content(" t
[all...]
/u-boot/drivers/spi/
H A Dsandbox_spi.c106 log_content("sandbox_spi: xfer: got back %i (that's %s)\n rx:",
110 log_content(" %u:%02x", i, ((u8 *)din)[i]);
112 log_content("\n");
H A Ddesignware_spi.c442 log_content("tx=0x%02x\n", txw);
454 log_content("rx=0x%02x\n", rxw);
H A Dzynqmp_gqspi.c264 log_content("%s, GFIFO_CMD: 0x%X\n", __func__, gqspi_fifo_reg);
/u-boot/include/
H A Dlog.h183 #define log_content(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG_CONTENT, ##_fmt) macro
/u-boot/test/log/
H A Dlog_test.c276 log_content("level %d\n", LOGL_DEBUG_CONTENT);
/u-boot/drivers/clk/stm32/
H A Dclk-stm32mp1.c883 log_content("%s clock is the parent %s of clk id %d\n",

Completed in 74 milliseconds