Searched refs:VFM_FAMILY_BIT (Results 1 – 1 of 1) sorted by relevance
14 #define VFM_FAMILY_BIT 8 macro18 #define VFM_MODEL_MASK GENMASK(VFM_FAMILY_BIT - 1, VFM_MODEL_BIT)19 #define VFM_FAMILY_MASK GENMASK(VFM_VENDOR_BIT - 1, VFM_FAMILY_BIT)23 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT)28 ((_family) << VFM_FAMILY_BIT) | \