Home
last modified time | relevance | path

Searched refs:channels (Results 1 – 12 of 12) sorted by relevance

/SCP-firmware-master/module/mhu3/doc/
A Dmhu3.md21 Doorbell channel implementation is limited to 32 doorbell channels for
26 channels, on a practical system for a SCP use case, the number of doorbell
27 channels is expected to remain < 32.
/SCP-firmware-master/product/rdfremont/lcp_ramfw/
A Dconfig_mhu3.c50 .channels = &scp_lcp_channel_config[0],
/SCP-firmware-master/module/mhu3/test/
A Dconfig_mhu3.h77 .channels = &device_1_channel_config[0],
A Dmod_mhu3_unit_test.c60 channel = &(device_ctx->config->channels[FAKE_DEVICE_1_CHANNEL_DBCH_0]); in test_mhu3_raise_interrupt_wrong_channel_type()
/SCP-firmware-master/product/juno/scp_ut/
A DBuildoptions.cmake14 SCP_ENABLE_FAST_CHANNELS "Enable the SCMI Fast channels?"
/SCP-firmware-master/module/mhu3/src/
A Dmod_mhu3.c110 channel = &(device_ctx->config->channels[pending]); in mhu3_isr()
181 channel = &(device_ctx->config->channels[ch_idx]); in mhu3_raise_interrupt()
236 channel = &(device_ctx->config->channels[ch_idx]); in mhu3_get_fch()
375 channel = &(device_ctx->config->channels[channel_num]); in mhu3_device_init()
555 if (device_ctx->config->channels[i].type == MOD_MHU3_CHANNEL_TYPE_FCH) { in mhu3_start()
558 << device_ctx->config->channels[i].fch.grp_num; in mhu3_start()
/SCP-firmware-master/product/juno/scp_ramfw/
A DBuildoptions.cmake14 SCP_ENABLE_SCMI_PERF_FAST_CHANNELS "Enable the SCMI-perf Fast channels?"
/SCP-firmware-master/module/mhu3/include/
A Dmod_mhu3.h175 struct mod_mhu3_channel_config *channels; member
/SCP-firmware-master/module/transport/doc/
A Dtransport.md49 the message using the channels(for example, the MHUv2 driver sends the message
232 that want to use this mode of communication can bind to the fast channels API
237 fast channels) that needs to called back when a message is received on the fast
282 In order to use SCMI Fast channels communication, the following dependencies are
305 A driver that supports Fast channels communication is required in order to use
/SCP-firmware-master/doc/
A Dcmake_readme.md127 Fast channels.
A Dframework.md139 protocol-specific handling (arbitration of messaging channels, for example).
/SCP-firmware-master/
A Dchange_log.md385 - SCMIv2: Implement SCMIv2 fast channels performance protocol API

Completed in 13 milliseconds