Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/flash/drv/flash/nor/
H A DdrvPARFLASH.c230 static PARFLASH_Content _drv_pf_content[] = variable
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()
342 if(_drv_pf_content[_ParFlashInfo.enDevice].bUniformSecTbl) in _Drv_PARFLASH_GetSectorOffset()
348 pu8tr = _drv_pf_content[_ParFlashInfo.enDevice].pu8SecTbl; in _Drv_PARFLASH_GetSectorOffset()
349 if(_drv_pf_content[_ParFlashInfo.enDevice].bTopBoot) in _Drv_PARFLASH_GetSectorOffset()
351 … u16LastUnif = _drv_pf_content[_ParFlashInfo.enDevice].u16SecNum - (MS_U16)(pu8tr[0] & 0xFF) - 1; in _Drv_PARFLASH_GetSectorOffset()
[all …]