Home
last modified time | relevance | path

Searched refs:PRESCALE (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/arm/mach-w90x900/
Dtime.c43 #define PRESCALE 0x63 /* Divider = prescale + 1 */ macro
61 val |= (PERIOD | COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_setmode()
65 val |= (ONESHOT | COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_setmode()
85 val |= (COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_setnextevent()
128 rate = clk_get_rate(clk) / (PRESCALE + 1); in nuc900_clockevents_init()
170 rate = clk_get_rate(clk) / (PRESCALE + 1); in nuc900_clocksource_init()
175 val |= (COUNTEN | PERIOD | PRESCALE); in nuc900_clocksource_init()
/linux-2.6.39/arch/arm/mach-nuc93x/
Dtime.c39 #define PRESCALE 0x63 /* Divider = prescale + 1 */ macro
76 rate = rate / (PRESCALE + 0x01); in nuc93x_timer_setup()
85 val |= (PERIOD | COUNTEN | INTEN | PRESCALE);; in nuc93x_timer_setup()
/linux-2.6.39/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h1092 #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ macro
/linux-2.6.39/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1093 #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ macro
/linux-2.6.39/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h1412 #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ macro
/linux-2.6.39/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h1761 #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ macro
/linux-2.6.39/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h2073 #define PRESCALE 0x7f /* Prescale Value */ macro