Searched refs:SK_TICKS_PER_SEC (Results 1 – 8 of 8) sorted by relevance
93 #define SK_SEN_ERR_TR_HOLD (4*SK_TICKS_PER_SEC)96 #define SK_SEN_ERR_LOG_HOLD (60*SK_TICKS_PER_SEC)99 #define SK_SEN_WARN_TR_HOLD (15*SK_TICKS_PER_SEC)102 #define SK_SEN_WARN_LOG_HOLD (15*60*SK_TICKS_PER_SEC)
231 #if SK_TICKS_PER_SEC == 100234 #define SK_PNMI_HUNDREDS_SEC(t) (((t) * 100) / (SK_TICKS_PER_SEC))
134 #if SK_TICKS_PER_SEC == 100138 (SK_TICKS_PER_SEC))
108 #define SK_TICKS_PER_SEC 100 macro
411 if (CurrentTime - StartTime > SK_TICKS_PER_SEC / 8) { in SkI2cWait()459 if (SkOsGetTime(pAC) - StartTime > SK_TICKS_PER_SEC / 8) { in SkI2cWaitIrq()
64 if (SkOsGetTime(pAC) - start_time > SK_TICKS_PER_SEC) { in VpdWait()
1194 if (SkOsGetTime(pAC) - ToutStart > (SK_TICKS_PER_SEC / 18)) { in SkGeStopPort()
97 #define SK_RLMT_BC_DELTA (1 + ((SK_TICKS_PER_SEC >> 7) > SK_TICK_INCR ? \98 (SK_TICKS_PER_SEC >> 7) : SK_TICK_INCR))