Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c529 unsigned long pstate_ul = freq_data->pstate_id; in set_pstate() local
535 pstate_ul = pstate_ul & 0xFF; in set_pstate()
539 val = val | (gpstate_ul << 56) | (pstate_ul << 48); in set_pstate()