Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dpowernow-k8.c496 u8 lastfid = 0xff; in check_pst_table() local
524 if (pst[j].fid < lastfid) in check_pst_table()
525 lastfid = pst[j].fid; in check_pst_table()
527 if (lastfid & 1) { in check_pst_table()
531 if (lastfid > LO_FID_TABLE_TOP) in check_pst_table()