Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_mailbox.c868 (mbox_svc.resp_queue[count].flags & FLAG_SDM_RESPONSE_IS_VALID)) { in mailbox_get_resp_desc_cid()
911 if (mbox_svc.resp_queue[count].flags & FLAG_SDM_RESPONSE_IS_VALID) { in mailbox_get_resp_desc()
1269 FLAG_SDM_RESPONSE_IS_VALID; in mailbox_response_parser()
1364 mbox_svc.resp_queue[mbox_svc.curr_di].flags |= FLAG_SDM_RESPONSE_IS_VALID; in mailbox_response_parser()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_mailbox.h315 #define FLAG_SDM_RESPONSE_IS_VALID BIT(0) macro