Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpeci-cpu.h19 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT) macro
23 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT)