Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c8071 TSP_DisconPktCnt_Info TspDisContiCntInfo;
8075 memset(&TspDisContiCntInfo, 0, sizeof(TSP_DisconPktCnt_Info));
8076 TspDisContiCntInfo.TspCmd = tspInfo->TspCmd;
8077 TspDisContiCntInfo.TspFifo = tspInfo->TspFifo;
8078 TspDisContiCntInfo.TspSrc = tspInfo->TspSrc;
8080 *pu32Cnt = HAL_TSP_Get_DisContiCnt(&TspDisContiCntInfo);
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c7575 TSP_DisconPktCnt_Info TspDisContiCntInfo; in MDrv_TSP_Get_DisContiCnt() local
7579 memset(&TspDisContiCntInfo, 0, sizeof(TSP_DisconPktCnt_Info)); in MDrv_TSP_Get_DisContiCnt()
7580 TspDisContiCntInfo.TspCmd = tspInfo->TspCmd; in MDrv_TSP_Get_DisContiCnt()
7581 TspDisContiCntInfo.TspFifo = tspInfo->TspFifo; in MDrv_TSP_Get_DisContiCnt()
7582 TspDisContiCntInfo.TspSrc = tspInfo->TspSrc; in MDrv_TSP_Get_DisContiCnt()
7584 *pu32Cnt = HAL_TSP_Get_DisContiCnt(&TspDisContiCntInfo); in MDrv_TSP_Get_DisContiCnt()