Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_mailbox.c255 if ((mailbox_resp_ctr.flag & MBOX_PAYLOAD_FLAG_BUSY) != 0) { in mailbox_read_response_async()
276 if ((mailbox_resp_ctr.flag & MBOX_PAYLOAD_FLAG_BUSY) != 0) { in mailbox_read_response_async()
290 mailbox_resp_ctr.flag |= MBOX_PAYLOAD_FLAG_BUSY; in mailbox_read_response_async()
337 return (mailbox_resp_ctr.flag & MBOX_PAYLOAD_FLAG_BUSY) ? MBOX_BUSY : MBOX_NO_RESPONSE; in mailbox_read_response_async()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_mailbox.h220 #define MBOX_PAYLOAD_FLAG_BUSY BIT(0) macro