HomeSort by relevance Sort by last modified time
    Searched refs:NotifyPhaseParams (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FspNotifyS3.c 60 NOTIFY_PHASE_PARAMS NotifyPhaseParams;
71 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration;
72 Status = CallFspNotifyPhase (FspHeader, &NotifyPhaseParams);
75 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot;
76 Status = CallFspNotifyPhase (FspHeader, &NotifyPhaseParams);
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
FspNotifyDxe.c 57 NOTIFY_PHASE_PARAMS NotifyPhaseParams;
74 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration;
75 Status = CallFspNotifyPhase (mFspHeader, &NotifyPhaseParams);
101 NOTIFY_PHASE_PARAMS NotifyPhaseParams;
106 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot;
107 Status = CallFspNotifyPhase (mFspHeader, &NotifyPhaseParams);
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspWrapperNotifyDxe/
FspWrapperNotifyDxe.c 79 NOTIFY_PHASE_PARAMS NotifyPhaseParams;
96 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration;
98 Status = CallFspNotifyPhase (&NotifyPhaseParams);
134 NOTIFY_PHASE_PARAMS NotifyPhaseParams;
139 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot;
141 Status = CallFspNotifyPhase (&NotifyPhaseParams);
175 NOTIFY_PHASE_PARAMS NotifyPhaseParams;
183 NotifyPhaseParams.Phase = EnumInitPhaseEndOfFirmware;
185 Status = CallFspNotifyPhase (&NotifyPhaseParams);
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Include/Library/
FspWrapperApiLib.h 36 @param[in] NotifyPhaseParams Address pointer to the NOTIFY_PHASE_PARAMS structure.
43 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspsWrapperPeim/
FspsWrapperPeim.c 88 NOTIFY_PHASE_PARAMS NotifyPhaseParams;
93 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration;
94 Status = CallFspNotifyPhase (&NotifyPhaseParams);
105 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot;
106 Status = CallFspNotifyPhase (&NotifyPhaseParams);
117 NotifyPhaseParams.Phase = EnumInitPhaseEndOfFirmware;
118 Status = CallFspNotifyPhase (&NotifyPhaseParams);
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Library/
FspApiLib.h 53 @param[in] NotifyPhaseParams Address pointer to the NOTIFY_PHASE_PARAMS structure.
61 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/
FspWrapperApiLib.c 82 @param[in] NotifyPhaseParams Address pointer to the NOTIFY_PHASE_PARAMS structure.
89 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams
104 Status = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhaseParams, (UINTN)NULL);
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/
FspApiLib.c 113 @param[in] NotifyPhaseParams Address pointer to the NOTIFY_PHASE_PARAMS structure.
121 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams
130 Status = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhaseParams);

Completed in 238 milliseconds