Searched refs:timer_count (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/libbcm/
H A Dbcmgpio.c57 unsigned long timer_count; /* 10 ms tick counter */ member in struct:__anon11468
207 bcmgpio_info[gpio_pin].timer_count++;
209 if (bcmgpio_info[gpio_pin].timer_count == bcmgpio_info[gpio_pin].on_time) {
212 else if (bcmgpio_info[gpio_pin].timer_count > bcmgpio_info[gpio_pin].on_time) {
213 if (bcmgpio_info[gpio_pin].timer_count == bcmgpio_info[gpio_pin].strobe_period) {
214 bcmgpio_info[gpio_pin].timer_count = 0;
389 bcmgpio_info[gpio_pin].timer_count = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dtime.c35 unsigned char timer_count, t1; local
41 timer_count = *R_TIMER0_DATA;
46 if (timer_count != t1){
49 timer_count = t1;
58 ns = ( (TIMER0_DIV - timer_count) * ((1000000000/HZ)/TIMER0_DIV )) +
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dsba.h132 char timer_count ; /* counts every timer function call */ member in struct:s_ess
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/
H A Dess.c442 smc->ess.timer_count = 0 ;
546 smc->ess.timer_count++ ;
547 if (smc->ess.timer_count == 10) {
548 smc->ess.timer_count = 0 ;
576 smc->ess.timer_count = 7 ; /* next RAF alc req after 3 s */
H A Dsmtdef.c141 smc->ess.timer_count = 7 ; /* first RAF alc req after 3s */

Completed in 166 milliseconds