Searched refs:phyWritePos (Results 1 – 1 of 1) sorted by relevance
383 MS_PHY phyWritePos; member3295 _FwDbgInfo.phyWritePos = 0x0UL; in _TSP_Init()7165 MS_PHY phyWritePos = *(volatile MS_PHY*)MS_PA2KSEG1(_FwDbgInfo.phyBufAddr); in _DumpFwMsg() local7171 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()