Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpufreq/
Dlonghaul.c624 u8 vid, current_vid; in longhaul_target() local
636 current_vid = (longhaul_table[longhaul_index].driver_data >> 8); in longhaul_target()
637 current_vid &= 0x1f; in longhaul_target()
642 if (vid != current_vid) { in longhaul_target()
644 current_vid = vid; in longhaul_target()