Home
last modified time | relevance | path

Searched refs:LOGL_DEBUG (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/lib/
Dtpm-common.c179 log(LOGC_NONE, LOGL_DEBUG, "TPM response [ret:%d]: ", ret); in tpm_sendrecv_command()
181 log(LOGC_NONE, LOGL_DEBUG, "%02x ", ((u8 *)response)[i]); in tpm_sendrecv_command()
182 log(LOGC_NONE, LOGL_DEBUG, "\n"); in tpm_sendrecv_command()
/external/u-boot/include/
Dlog.h24 LOGL_DEBUG, /* Basic debug-level message */ enumerator
121 log(LOG_CATEGORY, LOGL_DEBUG, fmt, ##args); \
/external/u-boot/doc/
DREADME.log34 LOGL_DEBUG - Debug information (useful for debugging a driver or subsystem)
93 with a level of LOGL_DEBUG and a category of LOGC_NONE.