Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Darm_ffa.h81 #define FFA_MAJOR_VERSION_MASK GENMASK(30, 16) macro
83 #define FFA_MAJOR_VERSION(x) ((u16)(FIELD_GET(FFA_MAJOR_VERSION_MASK, (x))))
86 (FIELD_PREP(FFA_MAJOR_VERSION_MASK, (major)) | \