Home | History | Annotate | Download | only in XenonDxe

Lines Matching refs:Timeout

37   DEBUG ((DEBUG_INFO, "   Timeout Clk Freq  %d%a\n", Capability->TimeoutFreq, (Capability->TimeoutUnit) ? "MHz" : "KHz"));

365 @param[in] Timeout The time out value for wait memory set, uses 1
368 @retval EFI_TIMEOUT The MMIO register hasn't expected value in timeout
383 IN UINT64 Timeout
389 if (Timeout == 0) {
395 while (InfiniteWait || (Timeout > 0)) {
413 Timeout--;
994 Initialize the Timeout Control register with most conservative value at initialization.
1001 @retval EFI_SUCCESS The timeout control register is configured successfully.
1002 @retval Others The timeout control register isn't configured successfully.
1012 UINT8 Timeout;
1014 Timeout = 0x0E;
1015 Timeout), &Timeout);
1021 Initial SD/MMC host controller with lowest clock frequency, max power and max timeout value
1250 Trb->Timeout = Packet->Timeout;
1440 UINT64 Timeout;
1447 Timeout = Packet->Timeout;
1448 if (Timeout == 0) {
1454 while (InfiniteWait || (Timeout > 0)) {
1467 Timeout--;
1695 // Data Timeout Error.
1697 // priority than Data Timeout Error.
1891 UINT64 Timeout;
1898 Timeout = Packet->Timeout;
1899 if (Timeout == 0) {
1905 while (InfiniteWait || (Timeout > 0)) {
1918 Timeout--;