Home | History | Annotate | Download | only in tpm2

Lines Matching refs:clock

92 //      This function updates the Time and Clock in the global TPMS_TIME_INFO structure.
93 // In this implementation, Time and Clock are updated at the beginning of each command and the values
95 // Because Clock updates may require a write to NV memory, Time and Clock are not allowed to advance if
96 // NV is not available. When clock is not advancing, any function that uses Clock will fail and return
98 // This implementations does not do rate limiting. If the implementation does do rate limiting, then the Clock
112 // Save the old clock value
113 oldClock = go.clock;
116 go.clock += elapsed;
119 // CLOCK_UPDATE_MASK is measured by second, while the value in go.clock is
120 // recorded by millisecond. Align the clock value to second before the bit
123 if( ((go.clock/1000) | CLOCK_UPDATE_MASK)
141 // This function is used to perform rate adjustment on Time and Clock.
223 clockInfo->clock = go.clock;
226 // If NV is not available, clock stopped advancing and the value reported is