Searched refs:channels (Results 1 – 12 of 12) sorted by relevance
21 Doorbell channel implementation is limited to 32 doorbell channels for26 channels, on a practical system for a SCP use case, the number of doorbell27 channels is expected to remain < 32.
50 .channels = &scp_lcp_channel_config[0],
77 .channels = &device_1_channel_config[0],
60 channel = &(device_ctx->config->channels[FAKE_DEVICE_1_CHANNEL_DBCH_0]); in test_mhu3_raise_interrupt_wrong_channel_type()
14 SCP_ENABLE_FAST_CHANNELS "Enable the SCMI Fast channels?"
110 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()
14 SCP_ENABLE_SCMI_PERF_FAST_CHANNELS "Enable the SCMI-perf Fast channels?"
175 struct mod_mhu3_channel_config *channels; member
49 the message using the channels(for example, the MHUv2 driver sends the message232 that want to use this mode of communication can bind to the fast channels API237 fast channels) that needs to called back when a message is received on the fast282 In order to use SCMI Fast channels communication, the following dependencies are305 A driver that supports Fast channels communication is required in order to use
127 Fast channels.
139 protocol-specific handling (arbitration of messaging channels, for example).
385 - SCMIv2: Implement SCMIv2 fast channels performance protocol API
Completed in 13 milliseconds