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

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c 143 @param Timeout The time out value for wait memory set, uses 100ns as a unit.
156 IN UINT64 Timeout
163 if (Timeout == 0) {
169 Delay = DivU64x32 (Timeout, 1000) + 1;
199 @param Timeout The time out value for wait memory set, uses 100ns as a unit.
211 IN UINT64 Timeout
218 if (Timeout == 0) {
224 Delay = DivU64x32 (Timeout, 1000) + 1;
429 @param Timeout The timeout value of enabling FIS, uses 100ns as a unit.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmdfs.h 104 ULONG Timeout;
115 ULONG Timeout;
126 ULONG Timeout;
137 ULONG Timeout;
165 ULONG Timeout;
180 ULONG Timeout;
212 ULONG Timeout;
225 ULONG Timeout;
244 ULONG Timeout;
304 NET_API_STATUS WINAPI NetDfsGetDcAddress(LPWSTR ServerName,LPWSTR *DcIpAddress,BOOLEAN *IsRoot,ULONG *Timeout);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcBlockIo.c 143 INTN Timeout;
189 Timeout = MMCI0_TIMEOUT;
194 && Timeout--) {
232 INTN Timeout;
293 Timeout = 20;
296 && Timeout--) {
303 if (0 == Timeout) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c 242 @param[in] Timeout The time out value for wait memory set, uses 1
245 @retval EFI_TIMEOUT The MMIO register hasn't expected value in timeout
258 IN UINT64 Timeout
264 if (Timeout == 0) {
270 while (InfiniteWait || (Timeout > 0)) {
286 Timeout--;
824 Initialize the Timeout Control register with most conservative value at initialization.
830 @retval EFI_SUCCESS The timeout control register is configured successfully.
831 @retval Others The timeout control register isn't configured successfully.
840 UINT8 Timeout;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
MvI2cDxe.c 245 /* Timeout is given in us */
250 IN UINTN Timeout,
253 Timeout /= 10;
256 if (--Timeout == 0)
257 return (Timeout);
263 * 'Timeout' is given in us. Note also that Timeout handling is not exact --
264 * MvI2cLockedStart() total wait can be more than 2 x Timeout
274 IN UINTN Timeout
292 /* Without this delay we Timeout checking IFLG if the Timeout is 0 */
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
EmmcDevice.c 63 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
109 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
157 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
201 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
249 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
298 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
341 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
393 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
438 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
488 Packet.Timeout = DW_MMC_HC_GENERIC_TIMEOUT;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciReg.c 502 @param Timeout The time to wait before abort (in millisecond, ms).
514 IN UINT32 Timeout
520 Loop = Timeout * XHC_1_MILLISECOND;
659 @param Timeout Time to wait before abort (in millisecond, ms).
662 @return Others Failed to reset the XHCI before Timeout.
668 IN UINT32 Timeout
680 Status = XhcHaltHC (Xhc, Timeout);
692 // Otherwise there may have the timeout case happened.
696 Status = XhcWaitOpRegBit (Xhc, XHC_USBCMD_OFFSET, XHC_USBCMD_RESET, FALSE, Timeout);
707 @param Timeout Time to wait before abort (in millisecond, ms).
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DebugPort.c 88 mDebugPortDevice.Timeout = DEBUGPORT_UART_DEFAULT_TIMEOUT;
302 mDebugPortDevice.Timeout,
317 mDebugPortDevice.Timeout,
525 @param Timeout Timeout value.
538 IN UINT32 Timeout,
559 if (Timeout > DEBUGPORT_UART_DEFAULT_TIMEOUT) {
560 Timeout -= DEBUGPORT_UART_DEFAULT_TIMEOUT;
562 Timeout = 0;
570 } while (LocalBufferSize != 0 && Timeout > 0);
    [all...]
DebugPort.h 63 UINT32 Timeout;
335 @param Timeout Timeout value.
348 IN UINT32 Timeout,
359 @param Timeout Timeout value.
372 IN UINT32 Timeout,
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Rrq.c 259 Instance->PacketToLive = Instance->Timeout * 2;
303 3. The server can only use the same timeout as requested.
330 // return the timeout matches that requested.
333 (((ReplyInfo->BitMap & MTFTP6_OPT_TIMEOUT_BIT) != 0) && (ReplyInfo->Timeout != RequestInfo->Timeout))
615 if (ExtInfo.Timeout != 0) {
616 Instance->Timeout = ExtInfo.Timeout;
628 if (ExtInfo.Timeout != 0) {
629 Instance->Timeout = ExtInfo.Timeout;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c 242 @param[in] Timeout The time out value for wait memory set, uses 1
245 @retval EFI_TIMEOUT The MMIO register hasn't expected value in timeout
258 IN UINT64 Timeout
264 if (Timeout == 0) {
270 while (InfiniteWait || (Timeout > 0)) {
286 Timeout--;
824 Initialize the Timeout Control register with most conservative value at initialization.
830 @retval EFI_SUCCESS The timeout control register is configured successfully.
831 @retval Others The timeout control register isn't configured successfully.
840 UINT8 Timeout;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbIo/
UsbIo.h 60 IN UINT32 Timeout,
73 IN UINTN Timeout,
96 IN UINTN Timeout,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
SynchronizationGcc.c 114 UINT64 Timeout;
133 // counter ticks required to reach the timeout
135 Timeout = DivU64x32 (
160 ASSERT (Total < Timeout);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UsbIo.h 106 @param Timeout Indicating the transfer should be completed within this time frame.
117 @retval EFI_TIMEOUT The control transfer fails due to timeout.
126 IN UINT32 Timeout,
150 @param Timeout Indicating the transfer should be completed within this time frame.
151 The units are in milliseconds. If Timeout is 0, then the
160 @retval EFI_TIMEOUT The control transfer fails due to timeout.
170 IN UINTN Timeout,
236 @param Timeout The time out, in seconds, for this transfer. If Timeout is 0,
246 @retval EFI_TIMEOUT The transfer fails due to timeout.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/
Synchronization.c 103 UINT64 Timeout;
126 // counter ticks required to reach the timeout
128 Timeout = DivU64x32 (
153 ASSERT (Total < Timeout);
SynchronizationGcc.c 113 UINT64 Timeout;
136 // counter ticks required to reach the timeout
138 Timeout = DivU64x32 (
163 ASSERT (Total < Timeout);
SynchronizationMsc.c 115 UINT64 Timeout;
138 // counter ticks required to reach the timeout
140 Timeout = DivU64x32 (
165 ASSERT (Total < Timeout);
  /external/chromium-trace/catapult/systrace/profile_chrome/
ddms_tracing_agent.py 36 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
37 def StartAgentTracing(self, config, timeout=None):
47 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
48 def StopAgentTracing(self, timeout=None):
53 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
54 def GetResults(self, timeout=None):
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_process_dump.py 34 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
35 def StartAgentTracing(self, config, timeout=None):
47 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
48 def StopAgentTracing(self, timeout=None):
63 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
64 def GetResults(self, timeout=None):
battor_trace_agent.py 89 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
90 def StartAgentTracing(self, config, timeout=None):
116 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
117 def StopAgentTracing(self, timeout=None):
144 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
145 def GetResults(self, timeout=None):
walt_agent.py 65 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
66 def StartAgentTracing(self, config, timeout=None):
67 del timeout # unused
76 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
77 def StopAgentTracing(self, timeout=None):
83 del timeout # unused
103 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
104 def GetResults(self, timeout=None):
105 del timeout # unused
  /external/okhttp/okio/okio/src/main/java/okio/
AsyncTimeout.java 22 * This timeout uses a background thread to take action exactly when the timeout
26 * <p>Subclasses should override {@link #timedOut} to take action when a timeout
31 * <p>Use {@link #sink} and {@link #source} to apply this timeout to a stream.
32 * The returned value will apply the timeout to each operation on the wrapped
37 * indicates whether a timeout was triggered. Note that the call to {@link
40 public class AsyncTimeout extends Timeout {
66 return; // No timeout and no deadline? Don't bother with the queue.
74 // Start the watchdog thread and create the head node when the first timeout is scheduled.
82 // Compute the earliest event; either timeout or deadline. Because nanoTime can wrap around
190 @Override public Timeout timeout() { method in class:AsyncTimeout
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2EnhancedAuthorization.c 39 TPM2B_TIMEOUT Timeout;
88 @param[out] Timeout Time value used to indicate to the TPM when the ticket expires.
104 OUT TPM2B_TIMEOUT *Timeout,
181 Buffer = (UINT8 *)&RecvBuffer.Timeout;
182 Timeout->size = SwapBytes16(ReadUnaligned16 ((UINT16 *)Buffer));
184 CopyMem (Timeout->buffer, Buffer, Timeout->size);
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
SerialIo.c 41 @param[in] Timeout The request timeout for a single char.
57 IN UINT32 Timeout,
106 @retval EFI_TIMEOUT The write operation was stopped due to timeout.
127 @retval EFI_TIMEOUT The read operation was stopped due to timeout.
409 @param[in] Timeout The request timeout for a single char.
425 IN UINT32 Timeout,
438 // Update the Timeout value in the mode structure based on the request.
439 // The Debug Communication Library can not support a timeout on writes, but the timeout on
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ListenerTest.java 58 * the specified timeout.
61 * @param msec timeout.
73 * within the specified timeout.
76 * @param msec timeout.
163 Timeout t = new Timeout(msec);

Completed in 544 milliseconds

1 2 3 45 6 7 8 91011>>