Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 47) sorted by relevance

12

/SCP-firmware-master/tools/
A Dcppcheck_wrapper.py72 out, err = r.communicate()
74 tool_version = out.decode("utf-8", "ignore")
76 if out:
102 out, err = r.communicate()
104 if out:
105 print_msg("" + out.decode("utf-8", "ignore"), output=verbose)
/SCP-firmware-master/product/morello/scp_ramfw_soc/
A Dconfig_mhu.c27 .out = MHU_SCP_TO_AP_S(0),
36 .out = MHU_SCP_TO_AP_NS(0),
45 .out = MHU_SCP_TO_MCP_S,
/SCP-firmware-master/product/juno/scp_ramfw/
A Dconfig_mhu.c28 .out = MHU_SCP_INTR_S_BASE,
37 .out = MHU_SCP_INTR_H_BASE,
46 .out = MHU_SCP_INTR_L_BASE,
/SCP-firmware-master/product/n1sdp/scp_ramfw/
A Dconfig_mhu.c26 .out = MHU_SCP_TO_AP_S(0),
35 .out = MHU_SCP_TO_AP_NS(0),
44 .out = MHU_SCP_TO_MCP_S,
/SCP-firmware-master/product/morello/scp_ramfw_fvp/
A Dconfig_mhu.c26 .out = MHU_SCP_TO_AP_S(0),
34 .out = MHU_SCP_TO_AP_NS(0),
41 .out = MHU_SCP_TO_MCP_S,
/SCP-firmware-master/product/sgm775/scp_ramfw/
A Dconfig_mhu.c26 .out = MHU_SCP_INTR_S_BASE,
43 .out = MHU_SCP_INTR_H_BASE,
60 .out = MHU_SCP_INTR_L_BASE,
/SCP-firmware-master/product/sgi575/scp_ramfw/
A Dconfig_mhu.c26 .out = SCP_MHU_SCP_AP_S(0),
35 .out = SCP_MHU_SCP_AP_NS(0),
/SCP-firmware-master/product/synquacer/scp_ramfw/
A Dconfig_mhu.c26 .out = MHU_SCP_TO_AP_S(0),
34 .out = MHU_SCP_TO_AP_NS(0),
/SCP-firmware-master/module/optee/smt/src/
A Dmod_optee_smt.c40 struct mod_optee_smt_memory *in, *out; member
185 ((uint8_t *)channel_ctx->out->payload) + offset, payload, size); in smt_write_payload()
199 *memory = *channel_ctx->out; in smt_respond()
204 (payload == NULL ? channel_ctx->out->payload : payload), in smt_respond()
274 struct mod_optee_smt_memory *out; in smt_requester_handler() local
284 out = channel_ctx->out; in smt_requester_handler()
288 *out = *memory; in smt_requester_handler()
291 out->status &= ~MOD_OPTEE_SMT_MAILBOX_STATUS_ERROR_MASK; in smt_requester_handler()
305 out->status |= MOD_OPTEE_SMT_MAILBOX_STATUS_ERROR_MASK; in smt_requester_handler()
421 channel_ctx->out = fwk_mm_alloc(1, config->mailbox_size); in mailbox_channel_init()
/SCP-firmware-master/module/transport/src/
A Dmod_transport.c48 struct mod_transport_buffer *in, *out; member
252 buffer = channel_ctx->out; in transport_respond()
338 buffer = channel_ctx->out; in transport_transmit()
369 channel_ctx->out, channel_ctx->config->driver_id); in transport_transmit()
496 struct mod_transport_buffer *in, *out, *shared_memory; in transport_message_handler() local
509 out = channel_ctx->out; in transport_message_handler()
574 out->status &= ~MOD_TRANSPORT_MAILBOX_STATUS_ERROR_MASK; in transport_message_handler()
774 channel_ctx->out = in transport_channel_init()
785 channel_ctx->out = in transport_channel_init()
796 channel_ctx->out = NULL; in transport_channel_init()
[all …]
/SCP-firmware-master/product/morello/module/morello_mhu/include/
A Dmod_mhu.h43 uintptr_t out; member
/SCP-firmware-master/product/n1sdp/module/n1sdp_mhu/include/
A Dmod_mhu.h43 uintptr_t out; member
/SCP-firmware-master/module/mhu/include/
A Dmod_mhu.h43 uintptr_t out; member
/SCP-firmware-master/product/rcar/module/rcar_mfismh/include/
A Dmod_rcar_mfismh.h42 uintptr_t out; member
/SCP-firmware-master/product/morello/mcp_ramfw_fvp/
A Dconfig_mhu.c25 .out = MHU_MCP_TO_SCP_S,
/SCP-firmware-master/product/n1sdp/mcp_ramfw/
A Dconfig_mhu.c26 .out = MHU_MCP_TO_SCP_S,
/SCP-firmware-master/module/msg_smt/src/
A Dmod_msg_smt.c38 struct mod_msg_smt_memory *out; member
177 memcpy(((uint8_t*)channel_ctx->out->payload) + offset, payload, size); in smt_write_payload()
188 memory = ((struct mod_msg_smt_memory *) channel_ctx->out); in smt_respond()
215 memory = ((struct mod_msg_smt_memory *) channel_ctx->out); in smt_transmit()
258 channel_ctx->out->message_header = channel_ctx->in->message_header; in smt_requester_handler()
300 channel_ctx->out = (struct mod_msg_smt_memory *)msg_out; in msg_signal_message()
359 channel_ctx->out = NULL; in msg_channel_init()
/SCP-firmware-master/product/morello/mcp_ramfw_soc/
A Dconfig_mhu.c27 .out = MHU_MCP_TO_SCP_S,
/SCP-firmware-master/
A DMakefile.cmake70 ifneq ($(filter-out debug release, $(MODE)),)
76 ifneq ($(filter-out Make Ninja, $(BUILD_SYSTEM)),)
82 ifneq ($(filter-out GNU ArmClang Clang, $(TOOLCHAIN)),)
126 ifneq ($(filter-out $(PRODUCT_INDEPENDENT_GOALS), $(MAKECMDGOALS)),)
145 ifeq ($(filter-out $(DEPRECATED_PLATFORMS), $(PRODUCT)),)
/SCP-firmware-master/product/morello/module/morello_smt/src/
A Dmod_smt.c31 struct mod_smt_memory *in, *out; member
165 memcpy(((uint8_t *)channel_ctx->out->payload) + offset, payload, size); in smt_write_payload()
181 *memory = *channel_ctx->out; in smt_respond()
186 (payload == NULL ? channel_ctx->out->payload : payload), in smt_respond()
386 channel_ctx->out = fwk_mm_alloc(1, channel_ctx->config->mailbox_size); in smt_channel_init()
388 if ((channel_ctx->in == NULL) || (channel_ctx->out == NULL)) in smt_channel_init()
395 if ((channel_ctx->in == NULL) || (channel_ctx->out == NULL)) { in smt_channel_init()
/SCP-firmware-master/product/rdfremont/lcp_ramfw/
A Dconfig_mhu3.c49 .out = LCP0_SCP_MHU_PBX_BASE,
/SCP-firmware-master/module/mhu3/test/
A Dconfig_mhu3.h76 .out = (uintptr_t)NULL,
/SCP-firmware-master/module/mhu3/include/
A Dmod_mhu3.h162 uintptr_t out; member
/SCP-firmware-master/product/n1sdp/module/n1sdp_smt/src/
A Dmod_smt.c31 struct mod_smt_memory *in, *out; member
164 memcpy(((uint8_t*)channel_ctx->out->payload) + offset, payload, size); in smt_write_payload()
180 *memory = *channel_ctx->out; in smt_respond()
184 (payload == NULL ? channel_ctx->out->payload : payload), in smt_respond()
376 channel_ctx->out = fwk_mm_alloc(1, channel_ctx->config->mailbox_size); in smt_channel_init()
/SCP-firmware-master/module/mhu3/src/
A Dmod_mhu3.c180 pbx_reg = (struct mhu3_pbx_reg *)device_ctx->config->out; in mhu3_raise_interrupt()
230 pbx_reg = (struct mhu3_pbx_reg *)device_ctx->config->out; in mhu3_get_fch()
356 if ((config->in == 0u) || (config->out == 0u)) { in mhu3_device_init()
368 pbx_reg = (struct mhu3_pbx_reg *)device_ctx->config->out; in mhu3_device_init()
535 pbx = (struct mhu3_pbx_reg *)device_ctx->config->out; in mhu3_start()

Completed in 18 milliseconds

12