Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/cpufreq/
H A Dpowernow.c88 uint8_t maxfid; member
641 u_int cpuid, maxfid, startvid; in pn_decode_pst() local
660 maxfid = PN7_STA_MFID(status); in pn_decode_pst()
664 maxfid = PN8_STA_MFID(status); in pn_decode_pst()
677 device_printf(dev, "STATUS: maxfid: 0x%02x\n", maxfid); in pn_decode_pst()
735 maxfid == pst->maxfid && in pn_decode_pst()