Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/flash/drv/flash/nor/
H A DdrvPARFLASH.c295 static MS_U32 _Drv_PARFLASH_GetSectorSize(MS_U16 u16sector) in _Drv_PARFLASH_GetSectorSize() argument
316 … if(u16sector >= (_drv_pf_content[_ParFlashInfo.enDevice].u16SecNum - (MS_U16)(pu8tr[0] & 0xFF))) in _Drv_PARFLASH_GetSectorSize()
318 …mp = (MS_U16)(pu8tr[0] & 0xFF) - _drv_pf_content[_ParFlashInfo.enDevice].u16SecNum - u16sector + 1; 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()
333 static MS_U32 _Drv_PARFLASH_GetSectorOffset(MS_U16 u16sector) in _Drv_PARFLASH_GetSectorOffset() argument
344 u32SecOffset = (u16sector << 6) << _u81KSecTblShift; //64K sector in _Drv_PARFLASH_GetSectorOffset()
353 if(u16sector <= u16LastUnif) in _Drv_PARFLASH_GetSectorOffset()
354 u16ii = u16sector; in _Drv_PARFLASH_GetSectorOffset()
359 while(++u16ii <= u16sector) in _Drv_PARFLASH_GetSectorOffset()
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvPARFLASH.h343 MS_U32 MDrv_PARFLASH_GetSectorOffset(MS_U16 u16sector);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvPARFLASH.h343 MS_U32 MDrv_PARFLASH_GetSectorOffset(MS_U16 u16sector);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt77842 MS_U32 MDrv_PARFLASH_GetSectorOffset(MS_U16 u16sector);