Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/
Ddsp_debug.h36 #define DSP_TRACE(fmt, ...) print_log(fmt" @%s:%d \n", ##__VA_ARGS__, __FUNCTION__, __LINE__) macro
38 #define DSP_TRACE(fmt, ...) macro
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-debug.h112 #define TRACE_INIT(banner) ({ dsp_debug_init(); DSP_TRACE("\n"banner); })
129 ({ __attribute__((unused)) const char *__xf_tag = #tag; DSP_TRACE(fmt, ## __VA_ARGS__); })