Searched refs:EE_SECTOR_ALTERNATIVE (Results 1 – 2 of 2) sorted by relevance
1259 returnCode = EE_SECTOR_ALTERNATIVE; in EE_GetSectorStatus()1324 ((EE_SECTOR_ALTERNATIVE == sectorStatus) && (returnCode != 0xFFFFFFFFu))) in EE_FindActSector()1590 if ((sectorStatus == EE_SECTOR_BLANK) || (sectorStatus == EE_SECTOR_ALTERNATIVE)) in EE_CheckAvailabilityStatus()1737 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_ALTERNATIVE) && in EE_PreInitCheck()1751 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_ALTERNATIVE) && in EE_PreInitCheck()1945 if (sectorStatus == EE_SECTOR_ALTERNATIVE) in EE_InitActiveSector()2172 if ((sectorStatus == EE_SECTOR_ALTERNATIVE) && (returnCode == EE_OK)) in EE_WriteData()
169 #define EE_SECTOR_ALTERNATIVE 0x01u macro