Home
last modified time | relevance | path

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

/freebsd/sys/x86/cpufreq/
H A Dpowernow.c85 uint8_t maxfid; member
637 u_int cpuid, maxfid, startvid; in pn_decode_pst() local
656 maxfid = PN7_STA_MFID(status); in pn_decode_pst()
660 maxfid = PN8_STA_MFID(status); in pn_decode_pst()
673 device_printf(dev, "STATUS: maxfid: 0x%02x\n", maxfid); in pn_decode_pst()
731 maxfid == pst->maxfid && in pn_decode_pst()