We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da414d3 commit 7b9b54eCopy full SHA for 7b9b54e
arch/x86/include/asm/cpu_device_id.h
@@ -209,9 +209,11 @@
209
210
#define __X86_STEPPINGS(mins, maxs) GENMASK(maxs, mins)
211
/**
212
- * X86_MATCH_VFM_STEPPINGS - Match encoded vendor/family/model/stepping
+ * X86_MATCH_VFM_STEPS - Match encoded vendor/family/model and steppings
213
+ * range.
214
* @vfm: Encoded 8-bits each for vendor, family, model
- * @steppings: Bitmask of steppings to match
215
+ * @min_step: Lowest stepping number to match
216
+ * @max_step: Highest stepping number to match
217
* @data: Driver specific data or NULL. The internal storage
218
* format is unsigned long. The supplied value, pointer
219
* etc. is cast to unsigned long internally.
0 commit comments