Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_mailbox.h141 #define IS_CMD_SET(cmd, _type) ((((cmd) & MBOX_CMD_FLAG_##_type) != 0) ? \ macro
/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_mailbox.c1084 if (IS_CMD_SET(cmd_flag, URGENT)) { in mailbox_send_cmd_async_v3()
1104 args_len, IS_CMD_SET(cmd_flag, INDIRECT), cmd), in mailbox_send_cmd_async_v3()