Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/flash/drv/flash/nor/
H A DdrvPARFLASH.c298 MS_U8* pu8tr = 0; in _Drv_PARFLASH_GetSectorSize() local
313 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() local
348 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 …]
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c3585 MS_U8 *pu8tr = 0; in MDrv_TSP_Resume() local
3587 pu8tr = (MS_U8*)MS_PA2KSEG1(phyFWAddr); in MDrv_TSP_Resume()
3588 memcpy(pu8tr, u8TSPFirmware, sizeof(u8TSPFirmware)); in MDrv_TSP_Resume()