Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dlonghaul.c634 u8 vid, current_vid; in longhaul_target() local
646 current_vid = (longhaul_table[longhaul_index].driver_data >> 8); in longhaul_target()
647 current_vid &= 0x1f; in longhaul_target()
652 if (vid != current_vid) { in longhaul_target()
654 current_vid = vid; in longhaul_target()