Searched refs:scmi_channel (Results 1 – 1 of 1) sorted by relevance
264 static const struct channel_resources scmi_channel[] = { variable281 assert(channel_id < ARRAY_SIZE(scmi_channel)); in find_resource()283 return scmi_channel + channel_id; in find_resource()288 const size_t max_id = ARRAY_SIZE(scmi_channel); in plat_scmi_get_channel()301 const size_t channel_count = ARRAY_SIZE(scmi_channel); in plat_scmi_protocol_count_paranoid()304 if (scmi_channel[n].clock_count) in plat_scmi_protocol_count_paranoid()310 if (scmi_channel[n].rd_count) in plat_scmi_protocol_count_paranoid()316 if (scmi_channel[n].voltd_count) in plat_scmi_protocol_count_paranoid()909 for (i = 0; i < ARRAY_SIZE(scmi_channel); i++) { in stm32mp1_init_scmi_server()910 const struct channel_resources *res = scmi_channel + i; in stm32mp1_init_scmi_server()
Completed in 4 milliseconds