Searched refs:TIMER0_DIV (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dtimex.h17 #define TIMER0_DIV (TIMER0_FREQ/(HZ)) macro
21 ( (TIMER0_DIV - *R_TIMER0_DATA) * (1000000/HZ)/TIMER0_DIV )
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dtimex.h17 #define TIMER0_DIV (TIMER0_FREQ/(HZ)) macro
21 ( (TIMER0_DIV - REG_RD(timer, regi_timer, r_tmr0_data)) /100 )
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dtime.c58 ns = ( (TIMER0_DIV - timer_count) * ((1000000000/HZ)/TIMER0_DIV )) +
69 static unsigned long count_p = TIMER0_DIV;/* for the first call after boot */
121 usec_count += ( (TIMER0_DIV - count) * (1000000/HZ)/TIMER0_DIV ) +
319 IO_FIELD(R_TIMER_CTRL, timerdiv0, TIMER0_DIV) |
329 IO_FIELD(R_TIMER_CTRL, timerdiv0, TIMER0_DIV) |
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dtime.c53 ns = (TIMER0_DIV - data) * 10;
62 static unsigned long count_p = TIMER0_DIV;/* for the first call after boot */
95 usec_count += (TIMER0_DIV - count) / 100;
260 reg_timer_rw_tmr0_div tmr0_div = TIMER0_DIV;

Completed in 36 milliseconds