Searched refs:phyReadPos (Results 1 – 1 of 1) sorted by relevance
382 MS_PHY phyReadPos; member3294 _FwDbgInfo.phyReadPos = 0x0UL; in _TSP_Init()7166 vptr = MS_PA2KSEG1(_FwDbgInfo.phyBufAddr) + _FwDbgInfo.phyReadPos; in _DumpFwMsg()7177 if(phyWritePos > _FwDbgInfo.phyReadPos) in _DumpFwMsg()7181 … len = (phyWritePos - _FwDbgInfo.phyReadPos) > 255 ? 255 : (phyWritePos - _FwDbgInfo.phyReadPos); in _DumpFwMsg()7186 _FwDbgInfo.phyReadPos += tmp; in _DumpFwMsg()7190 else if(phyWritePos < _FwDbgInfo.phyReadPos) in _DumpFwMsg()7194 …len = (_FwDbgInfo.u32Size - _FwDbgInfo.phyReadPos) > 255? 255 : (_FwDbgInfo.u32Size - _FwDbgInfo.p… in _DumpFwMsg()7199 _FwDbgInfo.phyReadPos += tmp; in _DumpFwMsg()7203 _FwDbgInfo.phyReadPos = (MS_PHY)sizeof(MS_U32); in _DumpFwMsg()[all …]