Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dpowernow-k8.c498 u8 lastfid = 0xff; in check_pst_table() local
526 if (pst[j].fid < lastfid) in check_pst_table()
527 lastfid = pst[j].fid; in check_pst_table()
529 if (lastfid & 1) { in check_pst_table()
533 if (lastfid > LO_FID_TABLE_TOP) in check_pst_table()