Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
DXenonSdhci.c246 UINT32 Var, Wait, Time; in XenonPhyInit() local
298 Wait = ((Var >> FC_SYNC_RST_DURATION_SHIFT) & FC_SYNC_RST_DURATION_MASK); in XenonPhyInit()
301 Wait += ((Var >> FC_SYNC_RST_EN_DURATION_SHIFT) & FC_SYNC_RST_EN_DURATION_MASK); in XenonPhyInit()
304 Wait += ((Var >> FC_SYNC_EN_DURATION_SHIFT) & FC_SYNC_EN_DURATION_MASK); in XenonPhyInit()
307 Wait += ((Var >> WAIT_CYCLE_BEFORE_USING_SHIFT) & WAIT_CYCLE_BEFORE_USING_MASK); in XenonPhyInit()
310 Wait += 8; in XenonPhyInit()
311 Wait <<= 20; in XenonPhyInit()
319 Wait = Wait / Clock; in XenonPhyInit()
320 Wait++; in XenonPhyInit()
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp103 int Subprocess::Wait() { in Wait() function in cvd::Subprocess
112 auto wait_ret = Wait(&wstatus, 0); in Wait()
132 pid_t Subprocess::Wait(int* wstatus, int options) { in Wait() function in cvd::Subprocess
398 subprocess.Wait(&wstatus, 0); in RunWithManagedStdio()
424 return subprocess.Wait(); in execute()
435 return subprocess.Wait(); in execute()
Dsubprocess.h58 int Wait();
60 pid_t Wait(int* wstatus, int options);
Darchive.cpp69 auto bsdtar_ret = bsdtar_cmd.Start().Wait(); in ExtractFiles()
Dnetwork.cpp69 int ret = cmd.Start().Wait(); in OpenTapInterface()
/device/google/bonito/
Dinit.firstboot.sh12 echo Wait for \"$type\" == \"Nothing attached\"
Dinit.hardware.rc197 # Wait for hwservicemanager ready since fsck might be triggered in mount_all --late
202 # Wait for keymaster HALs (TEE and StrongBox)
249 # Wait until the system time is set
252 # Wait qseecomd started
/device/google/cuttlefish/host/commands/launch/
Dlaunch_cvd.cc125 auto assemble_ret = assemble_proc.Wait(); in main()
152 auto run_ret = run_proc.Wait(); in main()
/device/google/cuttlefish/host/commands/run_cvd/
Dprocess_monitor.cc116 auto ret = entry.proc->Wait(&wstatus, 0); in StopMonitoredProcesses()
143 auto wait_ret = TEMP_FAILURE_RETRY(entry->proc->Wait(&wstatus, 0)); in RestartOnExitCb()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp61 return process.Wait() == 0; in Stop()
88 modprobe_cmd.Start().Wait(); in ConfigureGpu()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc189 int success = bpttool_cmd.Start().Wait(); in BpttoolMakeTable()
206 int success = bpttool_cmd.Start().Wait(); in BpttoolMakePartitionTable()
246 int success = bpttool_cmd.Start().Wait(); in BptToolMakeDiskImage()
321 int success = crosvm_qcow2_cmd.Start().Wait(); in CreateQcowOverlay()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
DCpuSleep.S7 # MCR p15,0,r0,c7,c0,4 ;Wait for Interrupt instruction
DCpuSleep.asm7 ; MCR p15,0,r0,c7,c0,4 ;Wait for Interrupt instruction
/device/linaro/hikey/installer/hikey/
DREADME27 Wait about 5 seconds and then check that the HiKey board has been
/device/google/trout/hal/dumpstate/1.1/
DDumpstateGrpcServer.cpp132 server->Wait(); in Start()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPchSmb.asl515 // Wait up to 200ms for Host Status to get set.
613 // Step 3: Wait up to 200ms to get the Data Count.
637 // Wait up to 200ms for Host Status to get set.
700 // Wait up to 200ms to confirm the SMBus Semaphore has been
729 // Wait up to 200ms to confirm the Host Interface is
784 // Wait for up to 200ms for the Completion Command
/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp135 server->Wait(); in Start()
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc85 # Wait for keymaster
/device/google/trout/hal/audiocontrol/2.0/
DAudioControlServer.cpp162 mGrpcServer->Wait(); in Join()
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c2161 UINT32 Wait; in E100bStatistics() local
2162 Wait = 10000; in E100bStatistics()
2187 while (Wait != 0) { in E100bStatistics()
2204 Wait--; in E100bStatistics()
/device/google/sunfish/
Dinit.hardware.rc165 # Wait qseecomd started
192 # Wait for keymaster HALs (TEE and StrongBox)
330 # Wait for insmod_sh to finish all modules
336 # Wait for insmod_sh to finish all boot devices
/device/google/crosshatch/
Dinit.hardware.rc215 # Wait for hwservicemanager ready since fsck might be triggered in mount_all --late
220 # Wait for keymaster HALs (TEE and StrongBox)
271 # Wait until the system time is set
274 # Wait qseecomd started
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc427 stop_cmd.Start().Wait(); in main()
/device/google/wahoo/
Dinit.hardware.rc169 # Wait for hwservicemanager ready since fsck might be triggered in mount_all --late
190 # Wait qseecomd started
214 # Wait until the system time is set
/device/google/coral/
Dinit.hardware.rc229 # Wait qseecomd started
256 # Wait for keymaster HALs (TEE and StrongBox)
386 # Wait for insmod_sh to finish all modules
392 # Wait for insmod_sh to finish all boot devices

12