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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dcpufreq.c44 unsigned int tscale; /* change the divider on the core timer interrupt */ member in struct:bfin_dpm_state
76 dpm_state_table[index].tscale = (TIME_SCALE / (1 << csel)) - 1;
78 pr_debug("cpufreq: freq:%d csel:0x%x tscale:%d\n",
81 dpm_state_table[index].tscale);
88 unsigned int tscale; local
92 tscale = dpm_state_table[index].tscale;
93 bfin_write_TSCALE(tscale);

Completed in 122 milliseconds