Searched refs:FFA_MAJOR_VERSION_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Darm_ffa.h101 #define FFA_MAJOR_VERSION_MASK GENMASK(30, 16) macro
103 #define FFA_MAJOR_VERSION(x) ((u16)(FIELD_GET(FFA_MAJOR_VERSION_MASK, (x))))
106 (FIELD_PREP(FFA_MAJOR_VERSION_MASK, (major)) | \

Completed in 186 milliseconds