Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c471 static DrvTSP_FW_DBG_INFO _FwDbgInfo; variable
2993 if(_FwDbgInfo.bEnable) in _TSP_Isr()
3736 _FwDbgInfo.bEnable = FALSE;
3737 _FwDbgInfo.phyBufAddr = 0x0;
3738 _FwDbgInfo.u32Size = 0x0;
3739 _FwDbgInfo.u32ReadPos = 0x0;
3740 _FwDbgInfo.u32WritePos = 0x0;
7749 MS_U32 u32WritePos = *(volatile MS_U32*)MS_PA2KSEG1(_FwDbgInfo.phyBufAddr);
7752 p = (char*)(MS_PA2KSEG1(_FwDbgInfo.phyBufAddr) + _FwDbgInfo.u32ReadPos);
7756 if(u32WritePos > _FwDbgInfo.u32Size)
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c548 static DrvTSP_FW_DBG_INFO _FwDbgInfo; variable
2465 if(_FwDbgInfo.bEnable) in _TSP_Isr()
3291 _FwDbgInfo.bEnable = FALSE; in _TSP_Init()
3292 _FwDbgInfo.phyBufAddr = 0; in _TSP_Init()
3293 _FwDbgInfo.u32Size = 0x0UL; in _TSP_Init()
3294 _FwDbgInfo.phyReadPos = 0x0UL; in _TSP_Init()
3295 _FwDbgInfo.phyWritePos = 0x0UL; in _TSP_Init()
7165 MS_PHY phyWritePos = *(volatile MS_PHY*)MS_PA2KSEG1(_FwDbgInfo.phyBufAddr); in _DumpFwMsg()
7166 vptr = MS_PA2KSEG1(_FwDbgInfo.phyBufAddr) + _FwDbgInfo.phyReadPos; in _DumpFwMsg()
7171 if(phyWritePos > _FwDbgInfo.u32Size) in _DumpFwMsg()
[all …]