Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Darm_ffa.h82 #define FFA_MINOR_VERSION_MASK GENMASK(15, 0) macro
84 #define FFA_MINOR_VERSION(x) ((u16)(FIELD_GET(FFA_MINOR_VERSION_MASK, (x))))
87 FIELD_PREP(FFA_MINOR_VERSION_MASK, (minor)))