Home | History | Annotate | Download | only in PciHostBridgeDxe

Lines Matching refs:Delay

49    read operation is repeated until either a timeout of Delay 100 ns units has expired, or (Result &

60 @param[in] Delay The number of 100 ns units to poll. Note that timer available may
67 @retval EFI_TIMEOUT Delay expired before a match occurred.
79 IN UINT64 Delay,
90 repeated until either a timeout of Delay 100 ns units has expired, or (Result & Mask) is equal
101 @param[in] Delay The number of 100 ns units to poll. Note that timer available may
108 @retval EFI_TIMEOUT Delay expired before a match occurred.
120 IN UINT64 Delay,
1236 read operation is repeated until either a timeout of Delay 100 ns units has expired, or (Result &
1247 @param[in] Delay The number of 100 ns units to poll. Note that timer available may
1254 @retval EFI_TIMEOUT Delay expired before a match occurred.
1266 IN UINT64 Delay,
1289 if (Delay == 0) {
1296 // location. The nuber of ticks is Roundup (Delay / mMetronome->TickPeriod)+1
1303 NumberOfTicks = DivU64x32Remainder (Delay, (UINT32) mMetronome->TickPeriod, &Remainder);
1335 repeated until either a timeout of Delay 100 ns units has expired, or (Result & Mask) is equal
1346 @param[in] Delay The number of 100 ns units to poll. Note that timer available may
1353 @retval EFI_TIMEOUT Delay expired before a match occurred.
1365 IN UINT64 Delay,
1389 if (Delay == 0) {
1396 // location. The number of ticks is Roundup (Delay / mMetronome->TickPeriod)+1
1400 NumberOfTicks = DivU64x32Remainder (Delay, (UINT32)mMetronome->TickPeriod, &Remainder);