Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/arm_scmi/
Dnotify.c100 #define SRC_ID_MASK GENMASK(15, 0) macro
109 FIELD_PREP(SRC_ID_MASK, (s)))
111 #define MAKE_ALL_SRCS_KEY(p, e) MAKE_HASH_KEY((p), (e), SRC_ID_MASK)
137 #define KEY_XTRACT_SRC_ID(key) FIELD_GET(SRC_ID_MASK, (key))
1118 if (src_id == SRC_ID_MASK) { in __scmi_enable_evt()
1298 src_id ? *src_id : SRC_ID_MASK); in scmi_register_notifier()
1346 src_id ? *src_id : SRC_ID_MASK); in scmi_unregister_notifier()