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.c207 rout %= MBOX_RESP_BUFFER_SIZE; in mailbox_read_response()
272 rout %= MBOX_RESP_BUFFER_SIZE; in mailbox_read_response_async()
391 rout %= MBOX_RESP_BUFFER_SIZE; in mailbox_poll_response()
449 rout %= MBOX_RESP_BUFFER_SIZE; in iterate_resp()
1240 rout %= MBOX_RESP_BUFFER_SIZE; in mailbox_response_parser()
1321 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