Home
last modified time | relevance | path

Searched refs:NotificationCount (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/
DFspPlatformNotify.c155 UINT32 NotificationCount; in FspWaitForNotify() local
158 NotificationCount = 0; in FspWaitForNotify()
159 while (NotificationCount < sizeof(mFspNotifySequence) / sizeof(UINT32)) { in FspWaitForNotify()
161 Count = (UINT8)((NotificationCount << 1) & 0x07); in FspWaitForNotify()
167 if (mFspNotifySequence[NotificationCount] != NotificationValue) { in FspWaitForNotify()
181 NotificationCount++; in FspWaitForNotify()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspPlatformLib/
DFspPlatformNotify.c290 UINT32 NotificationCount; in FspWaitForNotify() local
293 NotificationCount = 0; in FspWaitForNotify()
294 while (NotificationCount < sizeof(mFspNotifySequence) / sizeof(UINT32)) { in FspWaitForNotify()
296 Count = (UINT8)((NotificationCount << 1) & 0x07); in FspWaitForNotify()
299 if (NotificationCount == 0) { in FspWaitForNotify()
303 } else if (NotificationCount == 1) { in FspWaitForNotify()
307 } else if (NotificationCount == 2) { in FspWaitForNotify()
315 if (mFspNotifySequence[NotificationCount] != NotificationValue) { in FspWaitForNotify()
327 NotificationCount++; in FspWaitForNotify()
334 if ((NotificationCount - 1) == 0) { in FspWaitForNotify()
[all …]