Lines Matching refs:phyReadPos
382 MS_PHY phyReadPos; member
3294 _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()
7204 vptr = MS_PA2KSEG1(_FwDbgInfo.phyBufAddr) + _FwDbgInfo.phyReadPos; in _DumpFwMsg()
7208 … len = (phyWritePos - _FwDbgInfo.phyReadPos) > 255 ? 255 : (phyWritePos - _FwDbgInfo.phyReadPos); in _DumpFwMsg()
7213 _FwDbgInfo.phyReadPos += tmp; in _DumpFwMsg()
7232 _FwDbgInfo.phyReadPos = (MS_PHY)sizeof(MS_U32); in MDrv_TSP_SetFwDBGParam()