Searched refs:mailbox_address (Results 1 – 10 of 10) sorted by relevance
178 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()
177 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()
26 .mailbox_address = (uintptr_t)SCMI_PAYLOAD_SCP_TO_MCP_S,
25 .mailbox_address = (uintptr_t)SCMI_PAYLOAD_SCP_TO_MCP_S,
66 uintptr_t mailbox_address; member
49 .mailbox_address = OSPM0_SMT_MAILBOX_PA,
405 (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 12 milliseconds