Home
last modified time | relevance | path

Searched refs:NELEMS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/sources/itm/
H A Dcoresight_mali_source_itm_core.c47 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro
199 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()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/sources/etm/
H A Dcoresight_mali_source_etm_core.c38 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro
149 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()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/iproc-common/
H A Darmpll.c12 #define NELEMS(x) (sizeof(x) / sizeof(x[0])) macro
47 for (i = 0; i < NELEMS(armpll_clk_tab); i++) { in armpll_config()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/sources/ela/
H A Dcoresight_mali_source_ela_core.c42 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro
597 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info35020 unsigned HOST_WIDE_INT NELEMS)
35021 Return the mode that GCC should use for an array that has NELEMS
35035 unsigned HOST_WIDE_INT NELEMS)
35037 array of NELEMS elements, given that each element has mode MODE.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info35020 unsigned HOST_WIDE_INT NELEMS)
35021 Return the mode that GCC should use for an array that has NELEMS
35035 unsigned HOST_WIDE_INT NELEMS)
35037 array of NELEMS elements, given that each element has mode MODE.