/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/ |
D | XenonSdhci.c | 246 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/common/libs/utils/ |
D | subprocess.cpp | 150 int Subprocess::Wait() { in Wait() function in cvd::Subprocess 159 auto wait_ret = Wait(&wstatus, 0); in Wait() 178 pid_t Subprocess::Wait(int* wstatus, int options) { in Wait() function in cvd::Subprocess 258 return subprocess.Wait(); in execute() 269 return subprocess.Wait(); in execute()
|
D | subprocess.h | 47 int Wait(); 49 pid_t Wait(int* wstatus, int options);
|
/device/google/bonito/ |
D | init.firstboot.sh | 12 echo Wait for \"$type\" == \"Nothing attached\"
|
D | init.hardware.rc | 192 # Wait for hwservicemanager ready since fsck might be triggered in mount_all --late 197 # Wait for keymaster HALs (TEE and StrongBox) 240 # Wait until the system time is set 243 # Wait qseecomd started
|
/device/google/cuttlefish_common/common/libs/threads/ |
D | cuttlefish_thread_test.cpp | 141 cond_.Wait(); in WaitThread() 184 cond_.Wait(); in WaitThread()
|
D | cuttlefish_thread.h | 93 int Wait() { in Wait() function
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/ |
D | CpuSleep.S | 7 # MCR p15,0,r0,c7,c0,4 ;Wait for Interrupt instruction
|
D | CpuSleep.asm | 7 ; MCR p15,0,r0,c7,c0,4 ;Wait for Interrupt instruction
|
/device/linaro/hikey/installer/hikey/ |
D | README | 27 Wait about 5 seconds and then check that the HiKey board has been
|
/device/google/cuttlefish_common/host/libs/vm_manager/ |
D | crosvm_manager.cpp | 145 return process.Wait() == 0; in Stop()
|
/device/google/cuttlefish_common/host/commands/launch/ |
D | process_monitor.cc | 107 auto wait_ret = TEMP_FAILURE_RETRY(entry->proc->Wait(&wstatus, 0)); in RestartOnExitCb()
|
D | main.cc | 190 auto test_result = entry->proc->Wait(); in LaunchE2eTestIfEnabled()
|
D | flags.cc | 603 return decomp_proc.Started() && decomp_proc.Wait() == 0; in DecompressKernel()
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | PchSmb.asl | 515 // 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/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/ |
D | E100b.c | 2161 UINT32 Wait; in E100bStatistics() local 2162 Wait = 10000; in E100bStatistics() 2187 while (Wait != 0) { in E100bStatistics() 2204 Wait--; in E100bStatistics()
|
/device/google/crosshatch/ |
D | init.hardware.rc | 272 # Wait for hwservicemanager ready since fsck might be triggered in mount_all --late 277 # Wait for keymaster HALs (TEE and StrongBox) 324 # Wait until the system time is set 327 # Wait qseecomd started
|
/device/google/wahoo/ |
D | init.hardware.rc | 220 # Wait for hwservicemanager ready since fsck might be triggered in mount_all --late 241 # Wait qseecomd started 265 # Wait until the system time is set
|
/device/google/marlin/ |
D | init.common.rc | 120 # Wait qseecomd started 134 # Wait for hwservicemanager ready since fsck might be triggered in mount_all --late 158 # Wait until the system time is set
|