Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/mach-common/
Dcpufreq.c42 unsigned int tscale; /* change the divider on the core timer interrupt */ member
74 dpm_state_table[index].tscale = (TIME_SCALE / (1 << csel)) - 1; in bfin_init_tables()
79 dpm_state_table[index].tscale); in bfin_init_tables()
86 unsigned int tscale; in bfin_adjust_core_timer() local
90 tscale = dpm_state_table[index].tscale; in bfin_adjust_core_timer()
91 bfin_write_TSCALE(tscale); in bfin_adjust_core_timer()