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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dtime.c43 #define PRESCALE 0x63 /* Divider = prescale + 1 */ macro
61 val |= (PERIOD | COUNTEN | INTEN | PRESCALE);
65 val |= (ONESHOT | COUNTEN | INTEN | PRESCALE);
85 val |= (COUNTEN | INTEN | PRESCALE);
128 rate = clk_get_rate(clk) / (PRESCALE + 1);
171 rate = clk_get_rate(clk) / (PRESCALE + 1);
176 val |= (COUNTEN | PERIOD | PRESCALE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nuc93x/
H A Dtime.c39 #define PRESCALE 0x63 /* Divider = prescale + 1 */ macro
76 rate = rate / (PRESCALE + 0x01);
85 val |= (PERIOD | COUNTEN | INTEN | PRESCALE);;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf518/include/mach/
H A DdefBF51x_base.h1193 #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf527/include/mach/
H A DdefBF52x_base.h1202 #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf537/include/mach/
H A DdefBF534.h1561 #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf538/include/mach/
H A DdefBF539.h2250 #define PRESCALE 0x007F /* SCLKs Per Internal Time Reference (10MHz) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/include/mach/
H A DdefBF54x_base.h2122 #define PRESCALE 0x7f /* Prescale Value */ macro

Completed in 179 milliseconds