Searched refs:scmi_channel (Results 1 – 2 of 2) sorted by relevance
347 static const struct channel_resources scmi_channel[] = { variable370 assert(channel_id < ARRAY_SIZE(scmi_channel)); in find_resource()372 return scmi_channel + channel_id; in find_resource()377 const size_t max_id = ARRAY_SIZE(scmi_channel); in plat_scmi_get_channel()390 const size_t channel_count = ARRAY_SIZE(scmi_channel); in plat_scmi_protocol_count_paranoid()393 if (scmi_channel[n].clock_count) in plat_scmi_protocol_count_paranoid()399 if (scmi_channel[n].rd_count) in plat_scmi_protocol_count_paranoid()405 if (scmi_channel[n].voltd_count) in plat_scmi_protocol_count_paranoid()412 if (scmi_channel[n].perfd_count) in plat_scmi_protocol_count_paranoid()1112 for (i = 0; i < ARRAY_SIZE(scmi_channel); i++) { in stm32mp1_init_scmi_server()[all …]
51 static const struct channel_resources scmi_channel[] = { variable64 assert(channel_id < ARRAY_SIZE(scmi_channel)); in find_resource()66 return scmi_channel + channel_id; in find_resource()71 const size_t max_id = ARRAY_SIZE(scmi_channel); in plat_scmi_get_channel()1177 for (i = 0; i < ARRAY_SIZE(scmi_channel); i++) { in sam_init_scmi_server()1178 const struct channel_resources *res = scmi_channel + i; in sam_init_scmi_server()