Searched refs:eeAllotedSectors (Results 1 – 2 of 2) sorted by relevance
204 handle->eeAllotedSectors = handle->eeActiveSectors + handle->eeReadySectors; in EE_SetEepromEmulationInfo()207 handle->eeEndAddress = handle->eeStartAddress + handle->eeAllotedSectors * handle->eeSectorSize; in EE_SetEepromEmulationInfo()1312 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_FindActSector()1338 i = handle->eeAllotedSectors; in EE_FindActSector()1365 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_GetSectorNumber()1587 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_CheckAvailabilityStatus()1706 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_PreInitCheck()1776 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_PreInitCheck()1849 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_InitAltSector()2276 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_Deinit()
113 …uint32_t eeAllotedSectors; /* Total number of sectors alloted will also include some 'alternative … member