Searched refs:FFA_MAJOR_VERSION_MASK (Results 1 – 1 of 1) sorted by relevance
81 #define FFA_MAJOR_VERSION_MASK GENMASK(30, 16) macro83 #define FFA_MAJOR_VERSION(x) ((u16)(FIELD_GET(FFA_MAJOR_VERSION_MASK, (x))))86 (FIELD_PREP(FFA_MAJOR_VERSION_MASK, (major)) | \