Home
last modified time | relevance | path

Searched refs:sedi_log (Results 1 – 2 of 2) sorted by relevance

/hal_intel-3.6.0/bsp_sedi/include/driver/
Dsedi_driver_common.h189 void sedi_log(int level, const char *fmt, ...);
191 #define SEDI_LOG_ERR(...) sedi_log(SEDI_LOG_LEVEL_ERR, __VA_ARGS__)
192 #define SEDI_LOG_WRN(...) sedi_log(SEDI_LOG_LEVEL_WRN, __VA_ARGS__)
193 #define SEDI_LOG_INF(...) sedi_log(SEDI_LOG_LEVEL_INF, __VA_ARGS__)
194 #define SEDI_LOG_DBG(...) sedi_log(SEDI_LOG_LEVEL_DBG, __VA_ARGS__)
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/
Dsedi_soc.c13 void __attribute__((weak)) sedi_log(int level, const char *fmt, ...) in sedi_log() function