Searched defs:width_ffc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c473 static uint64_t width_ffc; variable
1167 width_ffc = (cp.cp_edx >> 5) & 0xFF;
1181 width_ffc = 40;
1187 width_ffc = (cp.cp_edx >> 5) & 0xFF;
1224 mask_ffc = BITMASK_XBITS(width_ffc);

Completed in 61 milliseconds