Searched refs:FlashSectorSizeGet (Results 1 – 2 of 2) sorted by relevance
233 FlashSectorSizeGet())); in FlashProtectionSet()234 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSet()239 FlashSectorSizeGet(); in FlashProtectionSet()274 FlashSectorSizeGet())); in FlashProtectionGet()275 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionGet()278 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionGet()321 FlashSectorSizeGet())); in FlashProtectionSave()322 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSave()330 ui32CcfgSectorAddr = FLASHMEM_BASE + FlashSizeGet() - FlashSectorSizeGet(); in FlashProtectionSave()371 FlashSectorSizeGet())); in FlashSectorErase()[all …]
259 FlashSectorSizeGet(void) in FlashSectorSizeGet() function297 return(ui32NoOfSectors * FlashSectorSizeGet()); in FlashSizeGet()
Completed in 6 milliseconds