Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 35) sorted by relevance

12

/SCP-firmware-master/module/mhu2/src/
A Dmod_mhu2.c57 struct mhu2_send_reg *send; member
114 struct mhu2_send_reg *send; in raise_interrupt() local
118 send = channel_ctx->send; in raise_interrupt()
121 send->ACCESS_REQUEST = 1; in raise_interrupt()
122 while (send->ACCESS_READY != 1) in raise_interrupt()
128 send->ACCESS_REQUEST = 0; in raise_interrupt()
142 struct mhu2_send_reg *send; in mhu2_send_message() local
152 send = channel_ctx->send; in mhu2_send_message()
178 send->ACCESS_REQUEST = 1; in mhu2_send_message()
213 send->ACCESS_REQUEST = 0; in mhu2_send_message()
[all …]
/SCP-firmware-master/product/sgm776/scp_ramfw/
A Dconfig_mhu.c26 .send = MHU_SEND_S_BASE,
36 .send = MHU_SEND_NS_BASE,
46 .send = MHU_SEND_NS_BASE,
/SCP-firmware-master/product/tc0/scp_ramfw/
A Dconfig_mhu2.c28 .send =
41 .send =
54 .send =
/SCP-firmware-master/product/tc1/scp_ramfw/
A Dconfig_mhu2.c29 .send = SCP_MHU_SCP_AP_SND_S_CLUS0,
41 .send = SCP_MHU_SCP_AP_SND_NS_CLUS0,
53 .send = SCP_MHU_SCP_AP_SND_NS_CLUS0,
/SCP-firmware-master/product/tc2/scp_ramfw/
A Dconfig_mhu2.c29 .send = SCP_MHU_SCP_AP_SND_S_CLUS0,
41 .send = SCP_MHU_SCP_AP_SND_NS_CLUS0,
53 .send = SCP_MHU_SCP_AP_SND_NS_CLUS0,
/SCP-firmware-master/product/rdn1e1/scp_ramfw/
A Dconfig_mhu2.c26 .send = SCP_MHU_SCP_AP_SND_S_CLUS0,
36 .send = SCP_MHU_SCP_AP_SND_NS_CLUS0,
/SCP-firmware-master/module/mhu2/include/
A Dmod_mhu2.h53 uintptr_t send; member
/SCP-firmware-master/product/n1sdp/module/n1sdp_scp2pcc/include/
A Dmod_n1sdp_scp2pcc.h62 int (*send)(void *data, uint16_t size, uint16_t type); member
/SCP-firmware-master/product/tc2/scp_romfw/
A Dconfig_mhu2.c28 .send = SCP_MHU_SCP_RSS_SND_S_CLUS0,
/SCP-firmware-master/product/rdn2/scp_ramfw/
A Dconfig_mhu2.c27 .send = SCP_MHU_SCP_AP_SND_S_CLUS0,
/SCP-firmware-master/product/rdv1/scp_ramfw/
A Dconfig_mhu2.c28 .send =
/SCP-firmware-master/product/rdv1mc/scp_ramfw/
A Dconfig_mhu2.c28 .send =
/SCP-firmware-master/product/morello/module/morello_scp2pcc/include/
A Dmod_morello_scp2pcc.h75 int (*send)( member
/SCP-firmware-master/
A Dsecurity.md4 send an email to the security team at
/SCP-firmware-master/product/morello/module/morello_smt/include/
A Dmod_smt.h264 int (*send)(fwk_id_t channel_id, struct mod_smt_command_config *cmd); member
/SCP-firmware-master/product/n1sdp/module/n1sdp_smt/include/
A Dmod_smt.h262 int (*send)(fwk_id_t channel_id, struct mod_smt_command_config *cmd); member
/SCP-firmware-master/module/transport/doc/
A Dtransport.md17 The transport module provides an interface for modules to send and receive
278 In order to send/receive in-band messages, the following dependencies are
288 In order to send firmware message, a module needs to bind to the
294 in-turn uses the transport module. So, if a module needs to send an scmi message,
313 module to send and receive scmi messages via in-band communication and another
314 module to send and receive firmware messages via out-band communication using
/SCP-firmware-master/module/scmi_sensor_req/doc/
A Dscmi_sensor_req.md11 The SCMI Sensor Requester is used to send sensor protocol SCMI commands
24 the SCMI Sensor Requester handles the response and send the value back to the
/SCP-firmware-master/product/morello/module/morello_scp2pcc/src/
A Dmod_morello_scp2pcc.c88 .send = send_message,
/SCP-firmware-master/product/morello/module/morello_system/src/
A Dmod_morello_system.c198 status = morello_system_ctx.scp2pcc_api->send( in morello_system_shutdown()
204 status = morello_system_ctx.scp2pcc_api->send( in morello_system_shutdown()
325 status = morello_system_ctx.scp2pcc_api->send( in morello_system_fill_platform_info()
/SCP-firmware-master/product/n1sdp/module/n1sdp_scp2pcc/src/
A Dmod_n1sdp_scp2pcc.c132 .send = mem_msg_send_message,
/SCP-firmware-master/module/scmi_system_power_req/doc/
A Dscmi_system_power_req.md10 The SCMI System Power Requester module is used to send SCMI System Power
/SCP-firmware-master/product/n1sdp/module/n1sdp_system/src/
A Dmod_n1sdp_system.c211 n1sdp_system_ctx.scp2pcc_api->send(NULL, 0, SCP2PCC_TYPE_SHUTDOWN); in n1sdp_system_shutdown()
216 n1sdp_system_ctx.scp2pcc_api->send(NULL, 0, SCP2PCC_TYPE_REBOOT); in n1sdp_system_shutdown()
/SCP-firmware-master/arch/none/optee/doc/
A Darch_optee_design.md75 used to send the request and receive the response. This behavior is similar
/SCP-firmware-master/product/morello/module/scmi_agent/src/
A Dmod_scmi_agent.c74 status = ctx.smt_api->send(agent_ctx->config->transport_id, cmd); in _scmi_agent_transact()

Completed in 31 milliseconds

12