Lines Matching refs:ARRAY_SIZE
68 assert(agent_id < ARRAY_SIZE(scmi_channel)); in plat_scmi_get_channel()
140 .clock_count = ARRAY_SIZE(stm32_scmi0_clock),
142 .rstd_count = ARRAY_SIZE(stm32_scmi0_reset_domain),
146 .clock_count = ARRAY_SIZE(stm32_scmi1_clock),
152 assert(agent_id < ARRAY_SIZE(agent_resources)); in find_resource()
163 for (n = 0U; n < ARRAY_SIZE(agent_resources); n++) { in plat_scmi_protocol_count_paranoid()
170 for (n = 0U; n < ARRAY_SIZE(agent_resources); n++) { in plat_scmi_protocol_count_paranoid()
203 const size_t count = ARRAY_SIZE(plat_protocol_list) - 1U; in plat_scmi_protocol_count()
213 (ARRAY_SIZE(plat_protocol_list) - 1U)); in plat_scmi_protocol_list()
450 for (i = 0U; i < ARRAY_SIZE(scmi_channel); i++) { in stm32mp1_init_scmi_server()
454 for (i = 0U; i < ARRAY_SIZE(agent_resources); i++) { in stm32mp1_init_scmi_server()