Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dlonghaul.c625 u8 vid, current_vid; in longhaul_target() local
637 current_vid = (longhaul_table[longhaul_index].driver_data >> 8); in longhaul_target()
638 current_vid &= 0x1f; in longhaul_target()
643 if (vid != current_vid) { in longhaul_target()
645 current_vid = vid; in longhaul_target()