Searched refs:SpiInfo (Results 1 – 1 of 1) sorted by relevance
366 SPI_INIT_INFO *SpiInfo; in PlatformFlashEraseWrite() local394 &SpiInfo in PlatformFlashEraseWrite()399 ASSERT (SpiInfo->InitTable != NULL); in PlatformFlashEraseWrite()400 ASSERT (SpiInfo->EraseOpcodeIndex < SPI_NUM_OPCODE); in PlatformFlashEraseWrite()401 ASSERT (SpiInfo->ProgramOpcodeIndex < SPI_NUM_OPCODE); in PlatformFlashEraseWrite()403 CpuBaseAddress = PcdGet32 (PcdFlashAreaBaseAddress) - (UINT32)SpiInfo->InitTable->BiosStartOffset; in PlatformFlashEraseWrite()414 (UINTN) SpiInfo->EraseOpcodeIndex, in PlatformFlashEraseWrite()415 (UINTN) SpiInfo->ProgramOpcodeIndex in PlatformFlashEraseWrite()426 SpiInfo->EraseOpcodeIndex,// OpcodeIndex in PlatformFlashEraseWrite()449 SpiInfo->ProgramOpcodeIndex, // OpcodeIndex in PlatformFlashEraseWrite()