Home | History | Annotate | Download | only in OpalPasswordSmm

Lines Matching refs:Timeout

23   @param  Timeout            The timeout Value of start.

35 IN UINT64 Timeout
42 @param Timeout The timeout Value of stop.
53 IN UINT64 Timeout
150 @param Timeout The time out Value for wait memory set.
163 IN UINT64 Timeout
169 Delay = (UINT32) (DivU64x32(Timeout, 1000) + 1);
195 @param Timeout The time out Value for wait memory set, uses 100ns as a unit.
207 IN UINT64 Timeout
213 Delay = (UINT32) (DivU64x32 (Timeout, 1000) + 1);
322 @param Timeout The timeout Value of enabling FIS.
333 IN UINT64 Timeout
345 Timeout
353 @param Timeout The timeout Value of disabling FIS.
365 IN UINT64 Timeout
394 Timeout
403 @param PortMultiplier The timeout Value of stop.
549 @param PortMultiplier The timeout Value of stop.
557 @param Timeout The timeout Value of non Data transfer.
578 IN UINT64 Timeout
641 Timeout
656 Delay = (UINT32) (DivU64x32 (Timeout, 1000) + 1);
702 Timeout
719 Timeout
724 Timeout
744 @param Timeout The timeout Value of stop.
755 IN UINT64 Timeout
776 Timeout
785 @param Timeout The timeout Value of start.
797 IN UINT64 Timeout
821 Timeout
850 Timeout
875 @param[in] Timeout The timeout Value of reset.
885 IN UINT64 Timeout
906 Delay = (UINT32) (DivU64x32(Timeout, 1000) + 1);