Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dpowernow-k8.c508 u8 lastfid = 0xff; in check_pst_table() local
536 if (pst[j].fid < lastfid) in check_pst_table()
537 lastfid = pst[j].fid; in check_pst_table()
539 if (lastfid & 1) { in check_pst_table()
543 if (lastfid > LO_FID_TABLE_TOP) in check_pst_table()