Lines Matching refs:u32UpperBound

2727 EN_WP_AREA_EXISTED_RTN HAL_SERFLASH_WP_Area_Existed(MS_U32 u32UpperBound, MS_U32 u32LowerBound, MS_…  in HAL_SERFLASH_WP_Area_Existed()  argument
2733 MS_U32 u32PartialFittedLowerBound = u32UpperBound; in HAL_SERFLASH_WP_Area_Existed()
2748 && 0xFFFFFFFF == pWriteProtectTable->u32UpperBound in HAL_SERFLASH_WP_Area_Existed()
2755 && pWriteProtectTable->u32UpperBound == u32UpperBound in HAL_SERFLASH_WP_Area_Existed()
2762 …erBound <= pWriteProtectTable->u32LowerBound && pWriteProtectTable->u32UpperBound <= u32UpperBound) in HAL_SERFLASH_WP_Area_Existed()
2771 …|| (pWriteProtectTable->u32UpperBound - pWriteProtectTable->u32LowerBound) > (u32PartialFittedUppe… in HAL_SERFLASH_WP_Area_Existed()
2774 u32PartialFittedUpperBound = pWriteProtectTable->u32UpperBound; in HAL_SERFLASH_WP_Area_Existed()
2865 …i].u32LowerBound && 0xFFFFFFFF != _hal_SERFLASH.pWriteProtectTable[i].u32UpperBound; // the end of… in HAL_SERFLASH_WriteProtect_Area()
2875 … (unsigned int)_hal_SERFLASH.pWriteProtectTable[i].u32UpperBound in HAL_SERFLASH_WriteProtect_Area()
2881 u32FlashAddr <= _hal_SERFLASH.pWriteProtectTable[i].u32UpperBound) in HAL_SERFLASH_WriteProtect_Area()
4170 ….u32LowerBound) && (0xFFFFFFFF != _hal_SERFLASH.pWriteProtectTable[i].u32UpperBound); // the end o… in HAL_SERFLASH_WriteProtect_Area_Lookup()
4178u32UpperBound-_hal_SERFLASH.pWriteProtectTable[i].u32LowerBound)>= u32ProtectSpace) && (_hal_SERFL… in HAL_SERFLASH_WriteProtect_Area_Lookup()
4180 …eProtectTable[j].u32UpperBound-_hal_SERFLASH.pWriteProtectTable[j].u32LowerBound) >= (_hal_SERFLAS… in HAL_SERFLASH_WriteProtect_Area_Lookup()
4189u32UpperBound-_hal_SERFLASH.pWriteProtectTable[i].u32LowerBound+1)>= u32ProtectSpace) && ((_hal_SE… in HAL_SERFLASH_WriteProtect_Area_Lookup()
4200 …eProtectTable[j].u32UpperBound-_hal_SERFLASH.pWriteProtectTable[j].u32LowerBound) >= (_hal_SERFLAS… in HAL_SERFLASH_WriteProtect_Area_Lookup()
4236 ….u32LowerBound) && (0xFFFFFFFF != _hal_SERFLASH.pWriteProtectTable[i].u32UpperBound); // the end o… in HAL_SERFLASH_WriteProtect_Area_Boundary()
4243 …LASH_DBGLV_DEBUG,printf("u32UpperBound = %x\n",_hal_SERFLASH.pWriteProtectTable[k].u32UpperBound)); in HAL_SERFLASH_WriteProtect_Area_Boundary()
4244 return _hal_SERFLASH.pWriteProtectTable[k].u32UpperBound; in HAL_SERFLASH_WriteProtect_Area_Boundary()