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

  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/
FspPlatformNotify.c 155 UINT32 NotificationCount;
158 NotificationCount = 0;
159 while (NotificationCount < sizeof(mFspNotifySequence) / sizeof(UINT32)) {
161 Count = (UINT8)((NotificationCount << 1) & 0x07);
167 if (mFspNotifySequence[NotificationCount] != NotificationValue) {
181 NotificationCount++;
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspPlatformLib/
FspPlatformNotify.c 290 UINT32 NotificationCount;
293 NotificationCount = 0;
294 while (NotificationCount < sizeof(mFspNotifySequence) / sizeof(UINT32)) {
296 Count = (UINT8)((NotificationCount << 1) & 0x07);
299 if (NotificationCount == 0) {
303 } else if (NotificationCount == 1) {
307 } else if (NotificationCount == 2) {
315 if (mFspNotifySequence[NotificationCount] != NotificationValue) {
327 NotificationCount++;
334 if ((NotificationCount - 1) == 0) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]

Completed in 161 milliseconds