Home | History | Annotate | Download | only in Protocol

Lines Matching defs:Period

33 ///   A child wishes schedule a period SMI to fire on a period of 3 seconds, there

36 /// Period = 40000
42 /// Period = 30000
52 /// The minimum period of time in 100 nanosecond units that the child gets called. The
53 /// child will be called back after a time greater than the time Period.
55 UINT64 Period;
57 /// The period of time interval between SMIs. Children of this interface should use this
95 function the period at which the dispatch function
102 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The period input value
135 Returns the next SMI tick period supported by the chipset.
137 The order returned is from longest to shortest interval period.
141 period supported by the child. This parameter works as a get-first,
145 next shorter interval period until *SmiTickInterval = NULL.