Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpeci-cpu.h13 #define VFM_MODEL_BIT 0 macro
18 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)
22 #define VFM_MODEL(vfm) (((vfm) & VFM_MODEL_MASK) >> VFM_MODEL_BIT)
27 ((_model) << VFM_MODEL_BIT) | \