Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dlonghaul.c121 unsigned long invalue = 0, lo, hi; in longhaul_get_cpu_mult() local
124 invalue = (lo & (1<<22|1<<23|1<<24|1<<25))>>22; in longhaul_get_cpu_mult()
128 invalue += 16; in longhaul_get_cpu_mult()
130 return eblcr[invalue]; in longhaul_get_cpu_mult()