Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dpowernow-k8.c501 u8 lastfid = 0xff; in check_pst_table() local
529 if (pst[j].fid < lastfid) in check_pst_table()
530 lastfid = pst[j].fid; in check_pst_table()
532 if (lastfid & 1) { in check_pst_table()
536 if (lastfid > LO_FID_TABLE_TOP) in check_pst_table()