Home
last modified time | relevance | path

Searched refs:GIG_TICK (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/isdn/gigaset/
Dcommon.c175 mod_timer(&cs->timer, jiffies + msecs_to_jiffies(GIG_TICK)); in timer_tick()
768 cs->timer.expires = jiffies + msecs_to_jiffies(GIG_TICK); in gigaset_initcs()
Dgigaset.h46 #define GIG_TICK 100 /* in milliseconds */ macro