Lines Matching refs:FlashSectorSizeGet
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()
329 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionSave()
330 ui32CcfgSectorAddr = FLASHMEM_BASE + FlashSizeGet() - FlashSectorSizeGet(); in FlashProtectionSave()
371 FlashSectorSizeGet())); in FlashSectorErase()
372 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashSectorErase()