Searched refs:ARRAY_SIZE (Results 1 – 3 of 3) sorted by relevance
981 current_a57_opp_limit = ARRAY_SIZE(rcar_h3_a57_op_points[efuse_avs]); in rcar_dvfs_opp_init()984 current_a53_opp_limit = ARRAY_SIZE(rcar_h3_a53_op_points); in rcar_dvfs_opp_init()987 current_a57_opp_limit = ARRAY_SIZE(rcar_m3_a57_op_points[efuse_avs]); in rcar_dvfs_opp_init()990 current_a53_opp_limit = ARRAY_SIZE(rcar_m3_a53_op_points); in rcar_dvfs_opp_init()
367 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
12 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
Completed in 7 milliseconds