Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_mailbox.c208 rout %= MBOX_RESP_BUFFER_SIZE; in mailbox_read_response()
273 rout %= MBOX_RESP_BUFFER_SIZE; in mailbox_read_response_async()
392 rout %= MBOX_RESP_BUFFER_SIZE; in mailbox_poll_response()
450 rout %= MBOX_RESP_BUFFER_SIZE; in iterate_resp()
1241 rout %= MBOX_RESP_BUFFER_SIZE; in mailbox_response_parser()
1322 rout %= MBOX_RESP_BUFFER_SIZE; in mailbox_response_parser()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_mailbox.h145 #define MBOX_RESP_BUFFER_SIZE 16 macro