Lines Matching defs:fid
13 * vid/fid pairings, but are modified during the ->target() call
22 /* keep track of the current fid / vid or pstate */
26 /* the powernow_table includes all frequency and vid/fid pairings:
27 * fid are the lower 8 bits of the index, vid are the upper 8 bits.
32 * used to determine valid frequency/vid/fid states */
86 * - only 1 entry in the low fid table ( <=1.4GHz )
87 * - lowest entry in the high fid table must be >= 2 * the entry in the
88 * low fid table
89 * - lowest entry in the high fid table must be a <= 200MHz + 2 * the entry
90 * in the low fid table
91 * - the parts can only step at <= 200 MHz intervals, odd fid values are
98 #define LO_FID_TABLE_TOP 7 /* fid values marking the boundary */
112 #define INVALID_FID_MASK 0xffffffc0 /* not a valid fid if these bits are set */
175 /* Pairs of fid/vid values are appended to the version 1.4 PSB table. */
177 u8 fid;