Home
last modified time | relevance | path

Searched refs:timer0_load (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-nuc93x/
Dtime.c41 unsigned int timer0_load; variable
82 timer0_load = (rate / TICKS_PER_SEC); in nuc93x_timer_setup()
83 __raw_writel(timer0_load, REG_TICR0); in nuc93x_timer_setup()
/linux-2.6.39/arch/arm/mach-w90x900/
Dtime.c48 static unsigned int timer0_load; variable
60 __raw_writel(timer0_load, REG_TICR0); in nuc900_clockevent_setmode()
130 timer0_load = (rate / TICKS_PER_SEC); in nuc900_clockevents_init()
/linux-2.6.39/arch/mips/include/asm/pmc-sierra/msp71xx/
Dmsp_usb.h59 u32 timer0_load; /* 0x80: General-purpose timer 0 load*/ member