Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/include/asm/hardware/
Darm_timer.h20 #define TIMER_CTRL_DIV256 (2 << 2) /* ACVR */ macro
/linux-2.6.39/arch/arm/mach-bcmring/
Dcore.c203 #define TIMER_DIVISOR (TIMER_CTRL_DIV256)
/linux-2.6.39/arch/arm/mach-integrator/
Dintegrator_ap.c445 ctrl |= TIMER_CTRL_DIV256; in integrator_clockevent_init()