Home
last modified time | relevance | path

Searched refs:CLOCK_ADJUST_FINE (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DClock.c116 case CLOCK_ADJUST_FINE: in _plat__ClockAdjustRate()
117 s_adjustRate += CLOCK_ADJUST_FINE; in _plat__ClockAdjustRate()
119 case -CLOCK_ADJUST_FINE: in _plat__ClockAdjustRate()
120 s_adjustRate -= CLOCK_ADJUST_FINE; in _plat__ClockAdjustRate()
DTime.c163 _plat__ClockAdjustRate(CLOCK_ADJUST_FINE); in TimeSetAdjustRate()
166 _plat__ClockAdjustRate(-CLOCK_ADJUST_FINE); in TimeSetAdjustRate()
/external/tpm2/include/tpm2/
DPlatform.h310 #define CLOCK_ADJUST_FINE 1 macro