Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/flash/drv/flash/nor/
H A DdrvPARFLASH.c269 static PARFLASH_Info _ParFlashInfo = variable
301 if(_ParFlashInfo.enDevice >= evPF_NUM) in _Drv_PARFLASH_GetSectorSize()
307 if(_drv_pf_content[_ParFlashInfo.enDevice].bUniformSecTbl) in _Drv_PARFLASH_GetSectorSize()
313 pu8tr = _drv_pf_content[_ParFlashInfo.enDevice].pu8SecTbl; in _Drv_PARFLASH_GetSectorSize()
314 if(_drv_pf_content[_ParFlashInfo.enDevice].bTopBoot) 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()
339 if(_ParFlashInfo.enDevice >= evPF_NUM) in _Drv_PARFLASH_GetSectorOffset()
342 if(_drv_pf_content[_ParFlashInfo.enDevice].bUniformSecTbl) in _Drv_PARFLASH_GetSectorOffset()
348 pu8tr = _drv_pf_content[_ParFlashInfo.enDevice].pu8SecTbl; in _Drv_PARFLASH_GetSectorOffset()
[all …]