HomeSort by relevance Sort by last modified time
    Searched refs:Delay (Results 76 - 100 of 136) sorted by null

1 2 34 5 6

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptExecute.c     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/PciEmulation/
PciEmulation.c 117 IN UINT64 Delay,
133 IN UINT64 Delay,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.c 70 IN UINT64 Delay,
86 IN UINT64 Delay,
  /device/linaro/bootloader/edk2/Omap35xxPkg/PciEmulation/
PciEmulation.c 117 IN UINT64 Delay,
133 IN UINT64 Delay,
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 892 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Delay = FALSE;
894 ShellInfoObject.ShellInitSettings.Delay = 5;
955 L"-delay",
958 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Delay = TRUE;
959 // Check for optional delay value following "-delay"
971 ShellInfoObject.ShellInitSettings.Delay = (UINTN)DelayValue;
1030 // "-nointerrupt" overrides "-delay"
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 316 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
391 outw %ax, $DELAY_PORT # Delay 1 uS
399 movw $25, %cx # Delay 25 uS for the command to complete on the 8042
401 outw %ax, $DELAY_PORT # Delay 1 uS
439 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
start16.S 310 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
385 outw %ax, $DELAY_PORT # Delay 1 uS
393 movw $25, %cx # Delay 25 uS for the command to complete on the 8042
395 outw %ax, $DELAY_PORT # Delay 1 uS
432 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
start32.S 325 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
400 outw %ax, $DELAY_PORT # Delay 1 uS
408 movw $25, %cx # Delay 25 uS for the command to complete on the 8042
410 outw %ax, $DELAY_PORT # Delay 1 uS
447 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
st16_64.S 322 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
392 outw %ax, $DELAY_PORT # Delay 1 uS
400 movw $25,%cx # Delay 25 uS for the command to complete on the 8042
402 outw %ax, $DELAY_PORT # Delay 1 uS
577 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
st32_64.S 337 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
407 outw %ax, $DELAY_PORT # Delay 1 uS
415 movw $25,%cx # Delay 25 uS for the command to complete on the 8042
417 outw %ax, $DELAY_PORT # Delay 1 uS
592 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciIo/
PciIo.h 122 IN UINT64 Delay,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciIo.h 140 @param Delay The number of 100 ns units to poll.
146 @retval EFI_TIMEOUT Delay expired before a match occurred.
160 IN UINT64 Delay,
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
Decode.c 85 on the version) pointed to in the caller's CpbPtr. This seeds the Delay,
129 AdapterInfo->Delay_30 = (bsptr_30) (UINTN) CpbPtr->Delay;
158 AdapterInfo->Delay = (bsptr) (UINTN) CpbPtr_31->Delay;
180 The NIC's data structure will have the Delay, Virt2Phys, and Block, pointers zero'd out..
206 AdapterInfo->Delay = 0;
    [all...]
Init.c 834 AdapterInfo->Delay = TmpDelay;
870 AdapterInfo->Delay = (VOID *) 0;
  /external/syslinux/efi32/include/efi/
efipciio.h 36 IN UINT64 Delay,
  /external/syslinux/efi64/include/efi/
efipciio.h 36 IN UINT64 Delay,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipciio.h 36 IN UINT64 Delay,
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciIo.h 113 @param Delay The number of 100 ns units to poll.
119 @retval EFI_TIMEOUT Delay expired before a match occurred.
133 IN UINT64 Delay,
  /external/webrtc/webrtc/modules/video_coding/
video_coding_impl.h 161 int32_t Delay() const;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h 963 // PXE_VOID Delay(UINTN microseconds);
965 // UNDI will never request a delay smaller than 10 microseconds
967 // The Delay() CallBack routine must delay between n and n + 10
972 UINT64 Delay;
1018 // PXE_VOID Delay(UINT64 UnqId, UINTN microseconds);
1020 // UNDI will never request a delay smaller than 10 microseconds
1022 // The Delay() CallBack routine must delay between n and n + 10
1027 UINT64 Delay;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h 933 /// PXE_VOID Delay(UINTN microseconds);
935 /// UNDI will never request a delay smaller than 10 microseconds
937 /// The Delay() CallBack routine must delay between n and n + 10
942 UINT64 Delay;
988 /// PXE_VOID Delay(UINT64 UnqId, UINTN microseconds);
990 /// UNDI will never request a delay smaller than 10 microseconds
992 /// The Delay() CallBack routine must delay between n and n + 10
997 UINT64 Delay;
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 76 ATTRIBUTE Acct-Delay-Time 41 integer
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiPxe.h 917 /// PXE_VOID Delay(UINTN microseconds);
919 /// UNDI will never request a delay smaller than 10 microseconds
921 /// The Delay() CallBack routine must delay between n and n + 10
926 UINT64 Delay;
972 /// PXE_VOID Delay(UINT64 UnqId, UINTN microseconds);
974 /// UNDI will never request a delay smaller than 10 microseconds
976 /// The Delay() CallBack routine must delay between n and n + 10
981 UINT64 Delay;
    [all...]
  /prebuilts/go/darwin-x86/src/
make.bat 88 :: Delay move of dist tool to now, because bootstrap cleared tool directory.
  /prebuilts/go/linux-x86/src/
make.bat 88 :: Delay move of dist tool to now, because bootstrap cleared tool directory.

Completed in 988 milliseconds

1 2 34 5 6