Searched refs:EV_TIMER3 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | isdnl1.c | 108 EV_TIMER3, enumerator 111 #define L1_EVENT_COUNT (EV_TIMER3 + 1) 473 FsmRestartTimer(&st->l1.timer, TIMER3_VALUE, EV_TIMER3, NULL, 2); in l1_power_up_s() 619 {ST_L1_F3, EV_TIMER3, l1_timer3}, 620 {ST_L1_F4, EV_TIMER3, l1_timer3}, 621 {ST_L1_F5, EV_TIMER3, l1_timer3}, 622 {ST_L1_F6, EV_TIMER3, l1_timer3}, 623 {ST_L1_F8, EV_TIMER3, l1_timer3}, 652 FsmRestartTimer(&st->l1.timer, TIMER3_VALUE, EV_TIMER3, NULL, 2); in l1_power_up_u() 684 {ST_L1_DEACT, EV_TIMER3, l1_timer3}, [all …]
|
D | hisax_isac.c | 214 EV_TIMER3, enumerator 217 #define L1_EVENT_COUNT (EV_TIMER3 + 1) 354 FsmRestartTimer(&isac->timer, TIMER3_VALUE, EV_TIMER3, NULL, 2); in l1_ar8() 383 {ST_L1_F3_PDOWN, EV_TIMER3, l1_timer3}, 396 {ST_L1_F4, EV_TIMER3, l1_timer3}, 403 {ST_L1_F5, EV_TIMER3, l1_timer3}, 412 {ST_L1_F6, EV_TIMER3, l1_timer3}, 426 {ST_L1_F8, EV_TIMER3, l1_timer3},
|
D | st5481_d.c | 130 FsmRestartTimer(&adapter->timer, TIMER3_VALUE, EV_TIMER3, NULL, 2); in l1_activate() 143 {ST_L1_F4, EV_TIMER3, l1_timer3}, 149 {ST_L1_F6, EV_TIMER3, l1_timer3}, 162 {ST_L1_F8, EV_TIMER3, l1_timer3},
|
D | st5481.h | 216 EV_TIMER3, enumerator 219 #define L1_EVENT_COUNT (EV_TIMER3 + 1)
|