Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dpowernow-k8.c499 u8 lastfid = 0xff; in check_pst_table() local
527 if (pst[j].fid < lastfid) in check_pst_table()
528 lastfid = pst[j].fid; in check_pst_table()
530 if (lastfid & 1) { in check_pst_table()
534 if (lastfid > LO_FID_TABLE_TOP) in check_pst_table()