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

1 2 3 45 6

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start64.S 329 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
399 outw %ax, $DELAY_PORT # Delay 1 uS
407 movw $25,%cx # Delay 25 uS for the command to complete on the 8042
409 outw %ax, $DELAY_PORT # Delay 1 uS
584 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
st16_64.asm 317 DELAY_PORT equ 0edh ; Port to use for 1uS delay
387 out DELAY_PORT,ax ; Delay 1 uS
395 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
397 out DELAY_PORT,ax ; Delay 1 uS
572 out DELAY_PORT,ax ; Delay 1us
    [all...]
st32_64.asm 333 DELAY_PORT equ 0edh ; Port to use for 1uS delay
403 out DELAY_PORT,ax ; Delay 1 uS
411 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
413 out DELAY_PORT,ax ; Delay 1 uS
588 out DELAY_PORT,ax ; Delay 1us
    [all...]
start.asm 312 DELAY_PORT equ 0edh ; Port to use for 1uS delay
387 out DELAY_PORT,ax ; Delay 1 uS
395 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
397 out DELAY_PORT,ax ; Delay 1 uS
434 out DELAY_PORT,ax ; Delay 1us
    [all...]
start16.asm 305 DELAY_PORT equ 0edh ; Port to use for 1uS delay
380 out DELAY_PORT,ax ; Delay 1 uS
388 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
390 out DELAY_PORT,ax ; Delay 1 uS
427 out DELAY_PORT,ax ; Delay 1us
    [all...]
start32.asm 320 DELAY_PORT equ 0edh ; Port to use for 1uS delay
395 out DELAY_PORT,ax ; Delay 1 uS
403 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
405 out DELAY_PORT,ax ; Delay 1 uS
442 out DELAY_PORT,ax ; Delay 1us
    [all...]
start64.asm 324 DELAY_PORT equ 0edh ; Port to use for 1uS delay
394 out DELAY_PORT,ax ; Delay 1 uS
402 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
404 out DELAY_PORT,ax ; Delay 1 uS
579 out DELAY_PORT,ax ; Delay 1us
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c 38 UINT64 Delay;
47 Delay = DivU64x32 (Timeout, 10) + 1;
64 Delay--;
66 } while (InfiniteWait || (Delay > 0));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
storport.h 212 IN ULONG Delay);
srb.h 693 IN ULONG Delay);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.c 103 UINT64 Delay;
113 Delay = DivU64x32 (Timeout, 10) + 1;
135 Delay--;
137 } while (InfiniteWait || (Delay > 0));
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
video_receiver.cc 287 // If this frame was too late, we should adjust the delay accordingly
460 // Minimum playout delay (used for lip-sync). This is the minimum delay required
461 // to sync with audio. Not included in VideoCodingModule::Delay()
468 // The estimated delay caused by rendering, defaults to
475 // Current video delay
476 int32_t VideoReceiver::Delay() const {
502 // extra delay when RTT is above kLowRttNackMs.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdi.h 218 LARGE_INTEGER Delay;
winsvc.h 112 DWORD Delay;
  /prebuilts/go/darwin-x86/src/image/gif/
reader.go 106 delay []int
273 d.delay = append(d.delay, d.delayTime)
478 Delay []int // The successive delay times, one per frame, in 100ths of a second.
510 Delay: d.delay,
  /prebuilts/go/linux-x86/src/image/gif/
reader.go 106 delay []int
273 d.delay = append(d.delay, d.delayTime)
478 Delay []int // The successive delay times, one per frame, in 100ths of a second.
510 Delay: d.delay,
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.h 648 VOID (*Delay)(UINT64, UINTN); // call back routine
  /external/syslinux/efi32/include/efi/
efi_pxe.h 977 // PXE_VOID Delay(PXE_UINT64 microseconds);
979 // UNDI will never request a delay smaller than 10 microseconds
981 // The Delay() CallBack routine must delay between n and n + 10
986 PXE_UINT64 Delay;
    [all...]
  /external/syslinux/efi64/include/efi/
efi_pxe.h 977 // PXE_VOID Delay(PXE_UINT64 microseconds);
979 // UNDI will never request a delay smaller than 10 microseconds
981 // The Delay() CallBack routine must delay between n and n + 10
986 PXE_UINT64 Delay;
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efi_pxe.h 977 // PXE_VOID Delay(PXE_UINT64 microseconds);
979 // UNDI will never request a delay smaller than 10 microseconds
981 // The Delay() CallBack routine must delay between n and n + 10
986 PXE_UINT64 Delay;
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 870 return FPDFText_MarkedContent::Delay;
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 151 // Read. Delay error for next iteration (after scan).
246 // be used to delay JSON decoding or precompute a JSON encoding.
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 151 // Read. Delay error for next iteration (after scan).
246 // be used to delay JSON decoding or precompute a JSON encoding.
  /external/webrtc/webrtc/video/
vie_channel.cc 461 return vcm_->Delay();
572 // the number of packets (frames) resulting from the increased delay.
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
typexpr.go 313 // Delay this check because it requires fully setup types;
315 check.delay(func() {

Completed in 797 milliseconds

1 2 3 45 6