Searched refs:NorFlashDevices (Results 1 – 3 of 3) sorted by relevance
56 OUT NOR_FLASH_DESCRIPTION **NorFlashDevices, in NorFlashPlatformGetDevices() argument60 if ((NorFlashDevices == NULL) || (Count == NULL)) { in NorFlashPlatformGetDevices()64 *NorFlashDevices = mNorFlashDevices; in NorFlashPlatformGetDevices()
72 OUT NOR_FLASH_DESCRIPTION **NorFlashDevices, in NorFlashPlatformGetDevices() argument76 if ((NorFlashDevices == NULL) || (Count == NULL)) { in NorFlashPlatformGetDevices()80 *NorFlashDevices = mNorFlashDevices; in NorFlashPlatformGetDevices()
1295 NOR_FLASH_DESCRIPTION* NorFlashDevices; in NorFlashInitialise() local1304 Status = NorFlashPlatformGetDevices (&NorFlashDevices, &mNorFlashDeviceCount); in NorFlashInitialise()1315 (NorFlashDevices[Index].RegionBaseAddress <= PcdGet32 (PcdFlashNvStorageVariableBase)) && in NorFlashInitialise()1316 … + PcdGet32 (PcdFlashNvStorageVariableSize) <= NorFlashDevices[Index].RegionBaseAddress + NorFlash… in NorFlashInitialise()1319 NorFlashDevices[Index].DeviceBaseAddress, in NorFlashInitialise()1320 NorFlashDevices[Index].RegionBaseAddress, in NorFlashInitialise()1321 NorFlashDevices[Index].Size, in NorFlashInitialise()1323 NorFlashDevices[Index].BlockSize, in NorFlashInitialise()1325 &NorFlashDevices[Index].Guid, in NorFlashInitialise()