Home
last modified time | relevance | path

Searched refs:mailbox_address (Results 1 – 10 of 10) sorted by relevance

/SCP-firmware-master/product/morello/module/morello_smt/src/
A Dmod_smt.c178 memory = ((struct mod_smt_memory *)channel_ctx->config->mailbox_address); in smt_respond()
227 memory = (struct mod_smt_memory *)channel_ctx->config->mailbox_address; in smt_is_channel_free()
246 memory = ((struct mod_smt_memory *)channel_ctx->config->mailbox_address); in smt_send()
274 memory = (struct mod_smt_memory *)channel_ctx->config->mailbox_address; in smt_put_channel()
302 memory = ((struct mod_smt_memory *)channel_ctx->config->mailbox_address); in smt_requester_handler()
378 (channel_ctx->config->mailbox_address == 0) || in smt_channel_init()
507 *((struct mod_smt_memory *)ctx->config->mailbox_address) = in smt_start()
539 *((struct mod_smt_memory *)channel_ctx->config->mailbox_address) = in smt_process_notification()
/SCP-firmware-master/product/n1sdp/module/n1sdp_smt/src/
A Dmod_smt.c177 memory = ((struct mod_smt_memory*)channel_ctx->config->mailbox_address); in smt_respond()
225 memory = (struct mod_smt_memory *)channel_ctx->config->mailbox_address; in smt_is_channel_free()
244 memory = ((struct mod_smt_memory*)channel_ctx->config->mailbox_address); in smt_send()
272 memory = (struct mod_smt_memory *)channel_ctx->config->mailbox_address; in smt_put_channel()
300 memory = ((struct mod_smt_memory*)channel_ctx->config->mailbox_address); in smt_requester_handler()
368 (channel_ctx->config->mailbox_address == 0) || in smt_channel_init()
488 *((struct mod_smt_memory *)ctx->config->mailbox_address) = in smt_start()
520 *((struct mod_smt_memory *)channel_ctx->config->mailbox_address) = in smt_process_notification()
/SCP-firmware-master/product/morello/mcp_ramfw_soc/
A Dconfig_smt.c26 .mailbox_address = (uintptr_t)SCMI_PAYLOAD_SCP_TO_MCP_S,
/SCP-firmware-master/product/morello/mcp_ramfw_fvp/
A Dconfig_smt.c25 .mailbox_address = (uintptr_t)SCMI_PAYLOAD_SCP_TO_MCP_S,
/SCP-firmware-master/product/n1sdp/mcp_ramfw/
A Dconfig_smt.c25 .mailbox_address = (uintptr_t)SCMI_PAYLOAD_SCP_TO_MCP_S,
/SCP-firmware-master/module/optee/smt/include/
A Dmod_optee_smt.h66 uintptr_t mailbox_address; member
/SCP-firmware-master/product/optee-stm32mp1/fw/
A Dconfig_mbx_smt.c49 .mailbox_address = OSPM0_SMT_MAILBOX_PA,
/SCP-firmware-master/product/morello/module/morello_smt/include/
A Dmod_smt.h66 uintptr_t mailbox_address; member
/SCP-firmware-master/product/n1sdp/module/n1sdp_smt/include/
A Dmod_smt.h66 uintptr_t mailbox_address; member
/SCP-firmware-master/module/optee/smt/src/
A Dmod_optee_smt.c405 (config->mailbox_address == 0) || (config->mailbox_size == 0)) { in mailbox_channel_init()
410 channel_ctx->mailbox_va = smt_phys_to_virt(config->mailbox_address, in mailbox_channel_init()

Completed in 13 milliseconds