Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dski2c.c402 SK_U64 StartTime; in SkI2cWait() local
406 StartTime = SkOsGetTime(pAC); in SkI2cWait()
411 if (CurrentTime - StartTime > SK_TICKS_PER_SEC / 8) { in SkI2cWait()
424 StartTime, CurrentTime); in SkI2cWait()
447 SK_U64 StartTime; in SkI2cWaitIrq() local
456 StartTime = SkOsGetTime(pAC); in SkI2cWaitIrq()
459 if (SkOsGetTime(pAC) - StartTime > SK_TICKS_PER_SEC / 8) { in SkI2cWaitIrq()
/linux-2.4.37.9/drivers/net/tokenring/
Dtms380tr.h1112 unsigned long StartTime; member
Dtms380tr.c303 tp->StartTime = jiffies; in tms380tr_open()