Searched refs:NotificationCount (Results 1 – 2 of 2) sorted by relevance
155 UINT32 NotificationCount; in FspWaitForNotify() local158 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()
290 UINT32 NotificationCount; in FspWaitForNotify() local293 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 …]