Home
last modified time | relevance | path

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

/external/tpm2/
DClock.c104 case CLOCK_ADJUST_COARSE: in _plat__ClockAdjustRate()
105 s_adjustRate += CLOCK_ADJUST_COARSE; in _plat__ClockAdjustRate()
107 case -CLOCK_ADJUST_COARSE: in _plat__ClockAdjustRate()
108 s_adjustRate -= CLOCK_ADJUST_COARSE; in _plat__ClockAdjustRate()
DTime.c151 _plat__ClockAdjustRate(CLOCK_ADJUST_COARSE); in TimeSetAdjustRate()
154 _plat__ClockAdjustRate(-CLOCK_ADJUST_COARSE); in TimeSetAdjustRate()
/external/tpm2/include/tpm2/
DPlatform.h301 #define CLOCK_ADJUST_COARSE 300 macro