Searched refs:MBOX_WORD_BYTE (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/plat/intel/soc/common/lib/utils/ |
| H A D | alignment_utils.c | 17 if ((size % MBOX_WORD_BYTE) != 0U) { in is_size_4_bytes_aligned() 26 if ((data % (MBOX_WORD_BYTE * 2U)) != 0U) { in is_8_bytes_aligned() 36 if ((data % (MBOX_WORD_BYTE * 4U)) != 0U) in is_16_bytes_aligned() 44 if ((data % (8U * MBOX_WORD_BYTE)) != 0U) { in is_32_bytes_aligned()
|
| /rk3399_ARM-atf/plat/intel/soc/common/sip/ |
| H A D | socfpga_sip_fcs.c | 68 __func__, resp->err_code, resp->rcvd_resp_len * MBOX_WORD_BYTE); in fcs_get_attest_cert_cb() 72 ret_args[ret_args_len++] = resp->rcvd_resp_len * MBOX_WORD_BYTE; in fcs_get_attest_cert_cb() 75 flush_dcache_range((uintptr_t)cmd->cb_args, resp->rcvd_resp_len * MBOX_WORD_BYTE); in fcs_get_attest_cert_cb() 120 resp->err_code, resp->rcvd_resp_len * MBOX_WORD_BYTE); in fcs_cs_get_digest_cb() 124 ret_args[ret_args_len++] = resp->rcvd_resp_len * MBOX_WORD_BYTE; in fcs_cs_get_digest_cb() 127 flush_dcache_range((uintptr_t)cmd->cb_args, resp->rcvd_resp_len * MBOX_WORD_BYTE); in fcs_cs_get_digest_cb() 140 resp->rcvd_resp_len * MBOX_WORD_BYTE, in fcs_cs_mac_verify_cb() 145 ret_args[ret_args_len++] = resp->rcvd_resp_len * MBOX_WORD_BYTE; in fcs_cs_mac_verify_cb() 149 flush_dcache_range((uintptr_t)cmd->cb_args, resp->rcvd_resp_len * MBOX_WORD_BYTE); in fcs_cs_mac_verify_cb() 166 ret_args[ret_args_len++] = resp->rcvd_resp_len * MBOX_WORD_BYTE; in fcs_cs_hash_sign_req_cb() [all …]
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_sip_svc_v2.c | 27 if (data_size > (MBOX_INC_HEADER_MAX_WORD_SIZE * MBOX_WORD_BYTE)) { in intel_v2_mbox_send_cmd() 55 len = (data_size / MBOX_WORD_BYTE) - 1; in intel_v2_mbox_send_cmd() 82 resp_len = (*data_size / MBOX_WORD_BYTE) - 1; in intel_v2_mbox_poll_resp() 98 *data_size = (resp_len + 1) * MBOX_WORD_BYTE; in intel_v2_mbox_poll_resp()
|
| H A D | socfpga_vab.c | 116 memcpy_s(mbox_relocate_data_addr, (mbox_data_sz * sizeof(uint32_t)) / MBOX_WORD_BYTE, in socfpga_vab_authentication() 117 (uint8_t *)mbox_data_addr, (mbox_data_sz * sizeof(uint32_t)) / MBOX_WORD_BYTE); in socfpga_vab_authentication()
|
| H A D | socfpga_sip_svc.c | 675 flush_dcache_range(response, resp_len * MBOX_WORD_BYTE); 683 unsigned int resp_len = sizeof(user_code) / MBOX_WORD_BYTE; 700 uint32_t resp_len = size / MBOX_WORD_BYTE; 730 *ret_size = resp_len * MBOX_WORD_BYTE; 874 __func__, resp->err_code, resp->rcvd_resp_len * MBOX_WORD_BYTE); 878 ret_args[ret_args_len++] = resp->rcvd_resp_len * MBOX_WORD_BYTE; 881 flush_dcache_range((uintptr_t)cmd->cb_args, resp->rcvd_resp_len * MBOX_WORD_BYTE); 1261 sizeof(cmd_data) / MBOX_WORD_BYTE, 1273 uint32_t qspi_total_nwords = (((uint32_t)x3) / MBOX_WORD_BYTE); 1307 uint32_t qspi_nwords = (((uint32_t)x4) / MBOX_WORD_BYTE); [all …]
|
| /rk3399_ARM-atf/plat/intel/soc/common/include/ |
| H A D | socfpga_mailbox.h | 144 #define MBOX_WORD_BYTE 4U macro 192 + MBOX_WORD_BYTE * (ptr))
|
| /rk3399_ARM-atf/plat/intel/soc/common/soc/ |
| H A D | socfpga_mailbox.c | 318 memcpy_s((uint8_t *) response, *resp_len * MBOX_WORD_BYTE, in mailbox_read_response_async() 320 *resp_len * MBOX_WORD_BYTE); in mailbox_read_response_async()
|