HomeSort by relevance Sort by last modified time
    Searched refs:Delay (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.c 559 DEBUG ((EFI_D_INFO, "Delay for %d seconds for SATA devices to spin-up\n", PcdGet16 (PcdSataSpinUpDelayInSecForRecoveryPath)));
861 UINTN Delay;
869 Delay = ((TimeoutInMilliSeconds * STALL_1_MILLI_SECOND) / 250) + 1;
877 Delay--;
879 } while (Delay != 0);
881 if (Delay == 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.c 356 UINT64 Delay;
369 Delay = DivU64x32(Timeout, 1000) + 1;
389 Delay--;
391 } while (InfiniteWait || (Delay > 0));
419 UINT64 Delay;
432 Delay = DivU64x32(Timeout, 1000) + 1;
452 Delay--;
454 } while (InfiniteWait || (Delay > 0));
494 UINT64 Delay;
508 Delay = DivU64x32(Timeout, 1000) + 1;
    [all...]
AhciMode.c 160 UINT64 Delay;
169 Delay = DivU64x32 (Timeout, 1000) + 1;
186 Delay--;
188 } while (InfiniteWait || (Delay > 0));
215 UINT64 Delay;
224 Delay = DivU64x32 (Timeout, 1000) + 1;
247 Delay--;
249 } while (InfiniteWait || (Delay > 0));
715 UINT64 Delay;
797 Delay = DivU64x32 (Timeout, 1000) + 1;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
S3SaveState.c 346 UINT64 Delay;
354 Delay = VA_ARG (Marker, UINT64);
358 // Duration * 1000ns * LoopTimes = Delay * 100ns
360 // so LoopTimes = Delay / 10.
363 Delay,
441 UINT64 Delay;
447 Delay = (UINT64)VA_ARG (Marker, UINT64);
449 return S3BootScriptSaveIoPoll (Width, Address, Data, DataMask, Delay);
470 UINT64 Delay;
477 Delay = (UINT64)VA_ARG (Marker, UINT64);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
SmmS3SaveState.c 345 UINT64 Delay;
353 Delay = VA_ARG (Marker, UINT64);
357 // Duration * 1000ns * LoopTimes = Delay * 100ns
359 // so LoopTimes = Delay / 10.
362 Delay,
440 UINT64 Delay;
446 Delay = (UINT64)VA_ARG (Marker, UINT64);
448 return S3BootScriptSaveIoPoll (Width, Address, Data, DataMask, Delay);
469 UINT64 Delay;
476 Delay = (UINT64)VA_ARG (Marker, UINT64);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciHotPlugSupport.c 249 UINT32 Delay;
252 Delay = (UINT32) ((TimeoutInMicroSeconds / 30) + 1);
271 Delay--;
273 } while (Delay > 0);
PciIo.c 189 @param Delay The number of 100 ns units to poll.
195 @retval EFI_TIMEOUT Delay expired before a match occurred.
209 IN UINT64 Delay,
240 if ((*Result & Mask) == Value || Delay == 0) {
256 if (Delay <= 100) {
259 Delay -= 100;
270 Delay,
296 @param Delay The number of 100 ns units to poll.
302 @retval EFI_TIMEOUT Delay expired before a match occurred.
316 IN UINT64 Delay,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.c 167 UINT32 Delay;
169 Delay = (UINT32) (DivU64x32(Timeout, 1000) + 1);
183 Delay--;
185 } while (Delay > 0);
211 UINT32 Delay;
213 Delay = (UINT32) (DivU64x32 (Timeout, 1000) + 1);
236 Delay--;
238 } while (Delay > 0);
584 UINT32 Delay;
656 Delay = (UINT32) (DivU64x32 (Timeout, 1000) + 1);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Command.c 431 UINTN Delay;
434 Delay = (Argc == 1)? 10 : AsciiStrDecimalToUintn (Argv[1]);
436 AsciiPrint ("Hit any key to break. You have %3d seconds", Delay);
437 Status = EblGetCharKey (&Key, Delay, EblPauseCallback);
558 UINTN Delay;
560 Delay = (Argc == 1)? 10 : AsciiStrDecimalToUintn (Argv[1]);
562 gBS->Stall (Delay * 1000000);
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6If.c 96 UINT64 Delay;
169 // Node should delay joining the solicited-node mulitcast address by a random delay
172 // after the delay time (in milliseconds).
174 Delay = (UINT64) NET_RANDOM (NetRandomInitSeed ());
175 Delay = MultU64x32 (Delay, IP6_ONE_SECOND_IN_MS);
176 Delay = RShiftU64 (Delay, 32);
184 DelayNode->DelayTime = (UINT32) (DivU64x32 (Delay, IP6_TIMER_INTERVAL_IN_MS));
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeUtil.h 44 UINTN Delay
53 UINTN Delay
  /prebuilts/go/darwin-x86/src/image/gif/
writer_test.go 171 Delay: make([]int, len(frames)),
241 if len(g1.Image) != len(g1.Delay) {
242 t.Fatalf("image and delay lengths differ: %d and %d", len(g1.Image), len(g1.Delay))
253 d0, d1 := g0.Delay[i], g1.Delay[i]
255 t.Errorf("frame %d: delay values differ: %d and %d", i, d0, d1)
279 Delay: make([]int, 1),
282 t.Error("expected error from mismatched delay and image slice lengths")
287 Delay: make([]int, len(images))
    [all...]
  /prebuilts/go/linux-x86/src/image/gif/
writer_test.go 171 Delay: make([]int, len(frames)),
241 if len(g1.Image) != len(g1.Delay) {
242 t.Fatalf("image and delay lengths differ: %d and %d", len(g1.Image), len(g1.Delay))
253 d0, d1 := g0.Delay[i], g1.Delay[i]
255 t.Errorf("frame %d: delay values differ: %d and %d", i, d0, d1)
279 Delay: make([]int, 1),
282 t.Error("expected error from mismatched delay and image slice lengths")
287 Delay: make([]int, len(images))
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppyCtrl.c 342 // Io delay
367 // Io delay
572 // Io delay
691 // Io delay
799 // Io delay
1034 // Io delay
1075 // Io delay
1099 UINTN Delay;
1115 Delay = ((Timeout * STALL_1_MSECOND) / 50) + 1;
1126 Delay = Delay - 1;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
S3BootScriptLib.h 322 "Duration" below is microseconds, while "Delay" in PI specification means
377 @param Delay The number of 100ns units to poll. Note that timer
379 delay may be longer.
393 IN UINT64 Delay
407 @param Delay The number of 100ns units to poll. Note that timer
409 delay may be longer.
423 IN UINT64 Delay
437 @param Delay The number of 100ns units to poll. Note that timer
438 available may be of insufficient granularity so the delay
459 IN UINT64 Delay
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
BootScriptLib.c 284 "Duration" below is microseconds, while "Delay" in PI specification means
342 @param Delay The number of 100ns units to poll. Note that timer available may be of poorer
343 granularity so the delay may be longer.
356 IN UINT64 Delay
371 @param Delay The number of 100ns units to poll. Note that timer available may be of poorer
372 granularity so the delay may be longer.
385 IN UINT64 Delay
400 @param Delay The number of 100ns units to poll. Note that timer available may be of poorer
401 granularity so the delay may be longer.
418 IN UINT64 Delay
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciRootBridge.c 96 IN UINT64 Delay,
128 if (Delay == 0) {
132 NumberOfTicks = DivU64x32Remainder (Delay, (UINT32) Metronome->TickPeriod, &Remainder);
163 IN UINT64 Delay,
195 if (Delay == 0) {
199 NumberOfTicks = DivU64x32Remainder (Delay, (UINT32) Metronome->TickPeriod, &Remainder);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
KeyBoard.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Start.c 57 Cpb31->Delay = (UINT64)(UINTN) &SnpUndi32CallbackDelay;
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 426 // Minimum playout delay (Used for lip-sync). This is the minimum delay
428 // to sync with audio. Not included in VideoCodingModule::Delay()
432 // - minPlayoutDelayMs : Additional delay in ms.
448 // The total delay desired by the VCM. Can be less than the minimum
449 // delay set with SetMinimumPlayoutDelay.
451 // Return value : Total delay in ms, on success.
453 virtual int32_t Delay() const = 0;
496 // Setting a desired delay to the VCM receiver. Video rendering will be
  /external/webrtc/webrtc/video/
vie_sync_module.cc 108 const int current_video_delay_ms = vcm_->Delay();
157 // Calculate the necessary extra audio delay and desired total video
158 // delay to get the streams in sync.
168 LOG(LS_ERROR) << "Error setting voice delay.";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddkbd.h 97 USHORT Delay;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.h 106 IN UINT64 Delay,
118 IN UINT64 Delay,
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridgeIo.c 36 IN UINT64 Delay,
48 IN UINT64 Delay,
246 IN UINT64 Delay,
273 if (Delay == 0) {
277 NumberOfTicks = DivU64x32Remainder (Delay, 100, &Remainder);
310 IN UINT64 Delay,
336 if (Delay == 0) {
340 NumberOfTicks = DivU64x32Remainder (Delay, 100, &Remainder);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
FloppyPeim.c 307 UINTN Delay;
319 Delay = ((TimeoutInMseconds * STALL_1_MSECOND) / FDC_CHECK_INTERVAL) + 1;
330 } while (--Delay > 0);
332 if (Delay == 0) {
509 UINTN Delay;
523 Delay = ((TimeoutInMseconds * STALL_1_MSECOND) / FDC_CHECK_INTERVAL) + 1;
536 } while (--Delay > 0);
538 if (Delay == 0) {
    [all...]

Completed in 979 milliseconds

12 3 4 5 6