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

/linux-master/include/linux/
H A Darm_ffa.h102 #define FFA_MINOR_VERSION_MASK GENMASK(15, 0) macro
104 #define FFA_MINOR_VERSION(x) ((u16)(FIELD_GET(FFA_MINOR_VERSION_MASK, (x))))
107 FIELD_PREP(FFA_MINOR_VERSION_MASK, (minor)))

Completed in 180 milliseconds