Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c434 DMX_FLT_DBG_INFO stDmxDbgInfo[TSP_SECFLT_NUM]; variable
982 … (unsigned int)(((MsOS_GetSystemTime() - stDmxDbgInfo[i].u32TimeCreate)/1000)), in _DMX_DBG_Flt()
983 (unsigned int)stDmxDbgInfo[i].u32Int_rdy, in _DMX_DBG_Flt()
984 (unsigned int)stDmxDbgInfo[i].u32Int_ovf, in _DMX_DBG_Flt()
985 (unsigned int)stDmxDbgInfo[i].u32Int_crc, in _DMX_DBG_Flt()
986 (unsigned int)stDmxDbgInfo[i].u32CB_rdy, in _DMX_DBG_Flt()
987 (unsigned int)stDmxDbgInfo[i].u32CB_ovf); in _DMX_DBG_Flt()
1855 memset(stDmxDbgInfo, 0x0, sizeof(DMX_FLT_DBG_INFO) * TSP_SECFLT_NUM); in _DMX_Debug()
H A DapiDMX.c646 extern DMX_FLT_DBG_INFO stDmxDbgInfo[];
891 stDmxDbgInfo[u32SecFltId].u32CB_rdy ++; in _DMX_Notify()
895 stDmxDbgInfo[u32SecFltId].u32CB_ovf ++; in _DMX_Notify()
4962 stDmxDbgInfo[(*pu32DmxId)].u32TimeCreate = MsOS_GetSystemTime(); in _MApi_DMX_Open_Common()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c2890 extern DMX_FLT_DBG_INFO stDmxDbgInfo[]; in _TSP_Isr()
2895 stDmxDbgInfo[u32SecFltId].u32Int_rdy ++; in _TSP_Isr()
2899 stDmxDbgInfo[u32SecFltId].u32Int_ovf ++; in _TSP_Isr()
2903 stDmxDbgInfo[u32SecFltId].u32Int_crc ++; in _TSP_Isr()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c2355 extern DMX_FLT_DBG_INFO stDmxDbgInfo[]; in _TSP_Isr()
2360 stDmxDbgInfo[u32SecFltId].u32Int_rdy ++; in _TSP_Isr()
2364 stDmxDbgInfo[u32SecFltId].u32Int_ovf ++; in _TSP_Isr()
2368 stDmxDbgInfo[u32SecFltId].u32Int_crc ++; in _TSP_Isr()