Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Disdn.h106 #define ISDN_TIMER_02SEC (HZ/ISDN_TIMER_RES/5) /* Slow-Timer1 .2 sec */ macro
123 #define ISDN_TIMER_DTIMEOUT10 (10*HZ/(ISDN_TIMER_02SEC*(ISDN_TIMER_RES+1)))
124 #define ISDN_TIMER_DTIMEOUT15 (15*HZ/(ISDN_TIMER_02SEC*(ISDN_TIMER_RES+1)))
125 #define ISDN_TIMER_DTIMEOUT60 (60*HZ/(ISDN_TIMER_02SEC*(ISDN_TIMER_RES+1)))
/linux-4.19.296/drivers/isdn/i4l/
Disdn_common.c246 if (++isdn_timer_cnt1 >= ISDN_TIMER_02SEC) { in isdn_timer_funct()