HomeSort by relevance Sort by last modified time
    Searched refs:Delay (Results 101 - 125 of 148) 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);
  /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_test.go 363 Delay: make([]int, frames),
368 hugeGIF.Delay[i] = 60
reader.go 106 delay []int
469 d.delay = append(d.delay, d.delayTime)
570 Delay []int // The successive delay times, one per frame, in 100ths of a second.
602 Delay: d.delay,
  /prebuilts/go/linux-x86/src/image/gif/
reader_test.go 363 Delay: make([]int, frames),
368 hugeGIF.Delay[i] = 60
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Mvpp2Lib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceIo.c 80 @param Delay The number of 100 ns units to poll.
94 IN UINT64 Delay,
113 @param Delay The number of 100 ns units to poll.
127 IN UINT64 Delay,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 70 // Delay focus after configuring report to get percentages on all samples.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 70 // Delay focus after configuring report to get percentages on all samples.
  /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/tensorflow/tensorflow/core/graph/
testlib.cc 305 Node* Delay(Graph* g, Node* input, Microseconds delay_micros) {
307 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Delay")

Completed in 1549 milliseconds

1 2 3 45 6