Searched refs:pu8tr (Results 1 – 2 of 2) sorted by relevance
298 MS_U8* pu8tr = 0; in _Drv_PARFLASH_GetSectorSize() local313 pu8tr = _drv_pf_content[_ParFlashInfo.enDevice].pu8SecTbl; in _Drv_PARFLASH_GetSectorSize()316 … if(u16sector >= (_drv_pf_content[_ParFlashInfo.enDevice].u16SecNum - (MS_U16)(pu8tr[0] & 0xFF))) in _Drv_PARFLASH_GetSectorSize()318 …u16temp = (MS_U16)(pu8tr[0] & 0xFF) - _drv_pf_content[_ParFlashInfo.enDevice].u16SecNum - u16secto… in _Drv_PARFLASH_GetSectorSize()319 u32size = (MS_U32)(pu8tr[u16temp] & 0xFF); in _Drv_PARFLASH_GetSectorSize()324 if(u16sector < (MS_U16)(pu8tr[0] & 0xFF)) in _Drv_PARFLASH_GetSectorSize()325 u32size = (MS_U32)(pu8tr[++u16sector] & 0xFF); in _Drv_PARFLASH_GetSectorSize()336 MS_U8* pu8tr = 0; in _Drv_PARFLASH_GetSectorOffset() local348 pu8tr = _drv_pf_content[_ParFlashInfo.enDevice].pu8SecTbl; in _Drv_PARFLASH_GetSectorOffset()351 … u16LastUnif = _drv_pf_content[_ParFlashInfo.enDevice].u16SecNum - (MS_U16)(pu8tr[0] & 0xFF) - 1; in _Drv_PARFLASH_GetSectorOffset()[all …]
3585 MS_U8 *pu8tr = 0; in MDrv_TSP_Resume() local3587 pu8tr = (MS_U8*)MS_PA2KSEG1(phyFWAddr); in MDrv_TSP_Resume()3588 memcpy(pu8tr, u8TSPFirmware, sizeof(u8TSPFirmware)); in MDrv_TSP_Resume()