Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
Dpowernow-k8.c294 if ((savefid < LO_FID_TABLE_TOP) && (reqfid < LO_FID_TABLE_TOP)) in core_voltage_pre_transition()
357 if ((reqfid <= LO_FID_TABLE_TOP) && (data->currfid <= LO_FID_TABLE_TOP)) in core_frequency_transition()
364 if (data->currfid > LO_FID_TABLE_TOP) { in core_frequency_transition()
534 if (lastfid > LO_FID_TABLE_TOP) in check_pst_table()
Dpowernow-k8.h100 #define LO_FID_TABLE_TOP 7 /* fid values marking the boundary */ macro