Home
last modified time | relevance | path

Searched refs:SK_TICKS_PER_SEC (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/net/sk98lin/h/
Dski2c.h93 #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)
Dskgepnm2.h231 #if SK_TICKS_PER_SEC == 100
234 #define SK_PNMI_HUNDREDS_SEC(t) (((t) * 100) / (SK_TICKS_PER_SEC))
Dskdrv2nd.h134 #if SK_TICKS_PER_SEC == 100
138 (SK_TICKS_PER_SEC))
Dskdrv1st.h108 #define SK_TICKS_PER_SEC 100 macro
/linux-2.4.37.9/drivers/net/sk98lin/
Dski2c.c411 if (CurrentTime - StartTime > SK_TICKS_PER_SEC / 8) { in SkI2cWait()
459 if (SkOsGetTime(pAC) - StartTime > SK_TICKS_PER_SEC / 8) { in SkI2cWaitIrq()
Dskvpd.c64 if (SkOsGetTime(pAC) - start_time > SK_TICKS_PER_SEC) { in VpdWait()
Dskgeinit.c1194 if (SkOsGetTime(pAC) - ToutStart > (SK_TICKS_PER_SEC / 18)) { in SkGeStopPort()
Dskrlmt.c97 #define SK_RLMT_BC_DELTA (1 + ((SK_TICKS_PER_SEC >> 7) > SK_TICK_INCR ? \
98 (SK_TICKS_PER_SEC >> 7) : SK_TICK_INCR))