Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Darm_ffa.h106 #define FFA_MAJOR_VERSION_MASK GENMASK(30, 16) macro
108 #define FFA_MAJOR_VERSION(x) ((u16)(FIELD_GET(FFA_MAJOR_VERSION_MASK, (x))))
111 (FIELD_PREP(FFA_MAJOR_VERSION_MASK, (major)) | \