Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c262 …CHECK(_b, _f, _a...) { if (!(_b)) { TSP_OS_Print("[TSP_ASSERT]"); TSP_OS_Print(…
263 …CHECK_UNLOCK(_b, _f, _a...) { if (!(_b)) { TSP_OS_Print("[TSP_ASSERT]"); TSP_OS_Print(…
267TSP_OS_Print("[TSP_ERROR][%s][%d]: Mix old & new STC resource allocation scheme !!\n", __FUNCTION_…
274TSP_OS_Print("[TSP_ERROR][%s][%d]: Mix old & new TSP Path resource allocation scheme !!\n", __FUNC…
281 …a...) { if (_u32DbgLevel >= (_l)) { TSP_OS_Print("[TSP_DBG]"); TSP_OS_Print(_…
1161 TSP_OS_Print("[TSP Error][%04d] INVALID FIFO TYPE\n",__LINE__); in MDrv_TSP_FIFO_SourceSelect()
1186 TSP_OS_Print("[TSP Error][%04d] INVALID PKDMX SRC\n",__LINE__); in MDrv_TSP_FIFO_SourceSelect()
1684TSP_OS_Print("[TSP Error][%04d] u32FltId:%u eFltType:%08X Pid:%08X, FltStatus = %08X ,Mode = %08X … in _TSP_PROC_SecRdy()
2474 TSP_OS_Print("Reset TSP CPU fail, Retry.\n"); in _TSP_Init()
2490 TSP_OS_Print("Reset TSP CPU Success.\n"); in _TSP_Init()
[all …]
H A Dtsp2_msos.h120 #define TSP_OS_Print(_f, _a...) ULOGD("TSP", _f, ##_a) macro
H A Dtsp2_nos.h123 #define TSP_OS_Print(_f, _a...) ULOGD("TSP", _f, ##_a) macro