Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c383 MS_PHY phyWritePos; member
3295 _FwDbgInfo.phyWritePos = 0x0UL; in _TSP_Init()
7165 MS_PHY phyWritePos = *(volatile MS_PHY*)MS_PA2KSEG1(_FwDbgInfo.phyBufAddr); in _DumpFwMsg() local
7171 if(phyWritePos > _FwDbgInfo.u32Size) in _DumpFwMsg()
7177 if(phyWritePos > _FwDbgInfo.phyReadPos) in _DumpFwMsg()
7181 … len = (phyWritePos - _FwDbgInfo.phyReadPos) > 255 ? 255 : (phyWritePos - _FwDbgInfo.phyReadPos); in _DumpFwMsg()
7190 else if(phyWritePos < _FwDbgInfo.phyReadPos) in _DumpFwMsg()
7208 … len = (phyWritePos - _FwDbgInfo.phyReadPos) > 255 ? 255 : (phyWritePos - _FwDbgInfo.phyReadPos); in _DumpFwMsg()