Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c42 #define RECEIVER_ID_MASK GENMASK(15, 0) macro
44 #define RECEIVER_ID(x) ((u16)(FIELD_GET(RECEIVER_ID_MASK, (x))))
46 (FIELD_PREP(SENDER_ID_MASK, (s)) | FIELD_PREP(RECEIVER_ID_MASK, (r)))