Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_mailbox.h216 #define MBOX_CMD_MASK(header) ((header) & 0x7ff) macro
/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_mailbox.c168 if (MBOX_CMD_MASK(header_cmd) != MBOX_CMD_RESTART) { in fill_mailbox_circular_buffer()