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