Searched refs:NELEMS (Results 1 – 6 of 6) sorted by relevance
47 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro199 drvdata->base.gpu_dev, dwt_itm_range, NELEMS(dwt_itm_range)); in coresight_mali_sources_init_drvdata()208 drvdata->base.enable_seq.nr_ops = NELEMS(dwt_itm_enable_ops); in coresight_mali_sources_init_drvdata()211 drvdata->base.disable_seq.nr_ops = NELEMS(dwt_itm_disable_ops); in coresight_mali_sources_init_drvdata()
38 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro149 drvdata->base.gpu_dev, etm_range, NELEMS(etm_range)); in coresight_mali_sources_init_drvdata()159 drvdata->base.enable_seq.nr_ops = NELEMS(etm_enable_ops); in coresight_mali_sources_init_drvdata()162 drvdata->base.disable_seq.nr_ops = NELEMS(etm_disable_ops); in coresight_mali_sources_init_drvdata()
12 #define NELEMS(x) (sizeof(x) / sizeof(x[0])) macro47 for (i = 0; i < NELEMS(armpll_clk_tab); i++) { in armpll_config()
42 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro597 drvdata->base.gpu_dev, ela_range, NELEMS(ela_range)); in coresight_mali_sources_init_drvdata()606 drvdata->base.enable_seq.nr_ops = NELEMS(ela_enable_ops); in coresight_mali_sources_init_drvdata()609 drvdata->base.disable_seq.nr_ops = NELEMS(ela_disable_ops); in coresight_mali_sources_init_drvdata()
35020 unsigned HOST_WIDE_INT NELEMS)35021 Return the mode that GCC should use for an array that has NELEMS35035 unsigned HOST_WIDE_INT NELEMS)35037 array of NELEMS elements, given that each element has mode MODE.