Searched refs:FlashSectorSizeGet (Results 1 – 4 of 4) sorted by relevance
213 FlashSectorSizeGet())); in FlashProtectionSet()214 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSet()219 FlashSectorSizeGet(); in FlashProtectionSet()252 FlashSectorSizeGet())); in FlashProtectionGet()253 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionGet()256 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionGet()297 FlashSectorSizeGet())); in FlashProtectionSave()298 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSave()303 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionSave()304 ui32CcfgSectorAddr = FLASHMEM_BASE + FlashSizeGet() - FlashSectorSizeGet(); in FlashProtectionSave()[all …]
251 FlashSectorSizeGet(void) in FlashSectorSizeGet() function283 return(ui32NoOfSectors * FlashSectorSizeGet()); in FlashSizeGet()
215 FlashSectorSizeGet())); in FlashProtectionSet()216 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSet()224 FlashSectorSizeGet(); in FlashProtectionSet()277 FlashSectorSizeGet())); in FlashProtectionGet()278 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionGet()281 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionGet()352 FlashSectorSizeGet())); in FlashProtectionSave()353 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSave()358 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionSave()359 ui32CcfgSectorAddr = FLASHMEM_BASE + FlashSizeGet() - FlashSectorSizeGet(); in FlashProtectionSave()[all …]
249 FlashSectorSizeGet(void) in FlashSectorSizeGet() function281 return(ui32NoOfSectors * FlashSectorSizeGet()); in FlashSizeGet()