Home
last modified time | relevance | path

Searched refs:bcm_elog (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a/plat/brcm/board/common/
A Dcmn_plat_def.h23 bcm_elog(LOG_MARKER_NOTICE __VA_ARGS__); \
31 bcm_elog(LOG_MARKER_ERROR, __VA_ARGS__); \
39 bcm_elog(LOG_MARKER_WARNING, __VA_ARGS__);\
47 bcm_elog(LOG_MARKER_INFO __VA_ARGS__); \
55 bcm_elog(LOG_MARKER_VERBOSE __VA_ARGS__);\
A Dbcm_elog.c35 struct bcm_elog { struct
42 static struct bcm_elog global_elog; argument
49 static void elog_putchar(struct bcm_elog *elog, unsigned char c) in elog_putchar()
70 static void elog_unsigned_num(struct bcm_elog *elog, unsigned long unum, in elog_unsigned_num()
89 static void elog_string(struct bcm_elog *elog, const char *str) in elog_string()
100 struct bcm_elog *elog = &global_elog; in bcm_elog_init()
130 struct bcm_elog *elog = &global_elog; in bcm_elog_exit()
147 struct bcm_elog *elog = &global_elog; in bcm_elog_copy_log()
185 void bcm_elog(const char *fmt, ...) in bcm_elog() function
193 struct bcm_elog *elog = &global_elog; in bcm_elog()
A Dboard_common.mk172 ELOG_SOURCES += plat/brcm/board/common/bcm_elog.c
/trusted-firmware-a/include/plat/brcm/common/
A Dbcm_elog.h18 void bcm_elog(const char *fmt, ...);
32 static inline void bcm_elog(const char *fmt, ...) in bcm_elog() function

Completed in 5 milliseconds