Home
last modified time | relevance | path

Searched refs:MBOX_DATA_MAX_LEN (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_vab.c79 uint8_t u8_buf_static[MBOX_DATA_MAX_LEN]; in socfpga_vab_authentication()
H A Dsocfpga_sip_svc.c702 if (resp_len > MBOX_DATA_MAX_LEN) {
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_mailbox.h219 #define MBOX_DATA_MAX_LEN 0x3ff macro
246 uint32_t data[MBOX_DATA_MAX_LEN];
/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_mailbox.c314 if (resp_len_check > MBOX_DATA_MAX_LEN) { in mailbox_read_response_async()