Searched refs:NotificationValue (Results 1 – 2 of 2) sorted by relevance
154 UINT32 NotificationValue; in FspWaitForNotify() local164 NotificationValue = ((NOTIFY_PHASE_PARAMS *)(UINTN)GetFspApiParameter ())->Phase; in FspWaitForNotify()165 DEBUG ((DEBUG_INFO, "FSP Got Notification. Notification Value : 0x%08X\n", NotificationValue)); in FspWaitForNotify()167 if (mFspNotifySequence[NotificationCount] != NotificationValue) { in FspWaitForNotify()177 Status = FspNotificationHandler (NotificationValue); in FspWaitForNotify()183 if (NotificationValue == EnumInitPhaseReadyToBoot) { in FspWaitForNotify()
289 UINT32 NotificationValue; in FspWaitForNotify() local313 NotificationValue = ((NOTIFY_PHASE_PARAMS *)(UINTN)GetFspApiParameter ())->Phase; in FspWaitForNotify()314 … DEBUG ((DEBUG_INFO | DEBUG_INIT, "NotifyPhaseApi() - Begin [Phase: %08X]\n", NotificationValue)); in FspWaitForNotify()315 if (mFspNotifySequence[NotificationCount] != NotificationValue) { in FspWaitForNotify()325 Status = FspNotificationHandler (NotificationValue); in FspWaitForNotify()348 …!ERROR: NotifyPhaseApi() [Phase: %08X] - Failed - [Status: 0x%08X]\n", NotificationValue, Status)); in FspWaitForNotify()