Home
last modified time | relevance | path

Searched refs:u32DbgWord (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.h729 TSP_Result MDrv_TSP_SetFwDBGParam(MS_PHY phyAddr, MS_U32 u32Size, MS_U32 u32DbgWord); // …
H A DdrvTSP.c7807 TSP_Result MDrv_TSP_SetFwDBGParam(MS_PHY phyAddr, MS_U32 u32Size, MS_U32 u32DbgWord)
7816 if(HAL_TSP_SetFwDbgMem(phyAddr, u32Size) && HAL_TSP_SetFwDbgWord(u32DbgWord))
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.h802 TSP_Result MDrv_TSP_SetFwDBGParam(MS_PHY phyAddr, MS_U32 u32Size, MS_U32 u32DbgWord); // …
H A DdrvTSP.c7219 TSP_Result MDrv_TSP_SetFwDBGParam(MS_PHY phyAddr, MS_U32 u32Size, MS_U32 u32DbgWord) in MDrv_TSP_SetFwDBGParam() argument
7227 if(HAL_TSP_SetFwDbgMem(phyAddr, u32Size) && HAL_TSP_SetFwDbgWord(u32DbgWord)) in MDrv_TSP_SetFwDBGParam()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c7635 DMX_FILTER_STATUS MApi_DMX_SetFwDbgParam(MS_PHY phyAddr, MS_U32 u32Size, MS_U32 u32DbgWord) in MApi_DMX_SetFwDbgParam() argument
7648 u32Param[3] = u32DbgWord; in MApi_DMX_SetFwDbgParam()
7662 return _MApi_DMX_SetFwDbgParam(phyAddr, u32Size, u32DbgWord); in MApi_DMX_SetFwDbgParam()
H A DapiDMX_private.h860 DMX_FILTER_STATUS _MApi_DMX_SetFwDbgParam(MS_PHY phyAddr, MS_U32 u32Size, MS_U32 u32DbgWord);
H A DapiDMX.c9884 DMX_FILTER_STATUS _MApi_DMX_SetFwDbgParam(MS_PHY phyAddr, MS_U32 u32Size, MS_U32 u32DbgWord)
9894 if(DRVTSP_OK == MDrv_TSP_SetFwDBGParam(phyAddr, u32Size, u32DbgWord))
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiDMX.h3658 DMX_FILTER_STATUS MApi_DMX_SetFwDbgParam(MS_PHY phyAddr, MS_U32 u32Size, MS_U32 u32DbgWord);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt33773 DMX_FILTER_STATUS MApi_DMX_SetFwDbgParam(MS_PHY phyAddr, MS_U32 u32Size, MS_U32 u32DbgWord);