Home
last modified time | relevance | path

Searched refs:hweight32 (Results 1 – 20 of 20) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c163 if (hweight32(cpu_up_mask) == hweight32(cores)) in fsl_layerscape_wake_seconday_cores()
172 printf("All (%d) cores are up.\n", hweight32(cores)); in fsl_layerscape_wake_seconday_cores()
216 } else if (nr >= hweight32(cores)) { in core_to_pos()
H A Dcpu.c345 return hweight32(cpu_mask()); in cpu_numcores()
/rk3399_rockchip-uboot/arch/arc/include/asm/
H A Dbitops.h15 #define hweight32(x) generic_hweight32(x) macro
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_ecc.c269 if ((hweight32(delta_line) + in yaffs_ecc_correct_other()
270 hweight32(delta_line_prime) + in yaffs_ecc_correct_other()
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dbitops.h49 #define hweight32(x) generic_hweight32(x) macro
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/s32v234/
H A Dcpu.c79 numcores = hweight32(cpu_mask()); in cpu_numcores()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628.c150 if (!hweight32(rk628->input_mode) || !hweight32(rk628->output_mode)) in rk628_display_route_check()
165 if (hweight32(rk628->output_mode) > 2) in rk628_display_route_check()
168 if (hweight32(rk628->output_mode) == 2 && in rk628_display_route_check()
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dbitops.h256 #define hweight32(x) generic_hweight32(x) macro
369 #define hweight32(x) generic_hweight32(x) macro
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dbitops.h150 #define hweight32(x) generic_hweight32(x) macro
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dcpu.c277 return hweight32(cpu_dsp_mask()); in cpu_num_dspcores()
295 return hweight32(cpu_mask()); in cpu_numcores()
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dbitops.h171 #define hweight32(x) generic_hweight32(x) macro
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dbitops.h171 #define hweight32(x) generic_hweight32(x) macro
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dbitops.h385 #define hweight32(x) generic_hweight32(x) macro
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dbitops.h224 #define hweight32(x) generic_hweight32(x) macro
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dbitops.h718 #define hweight32(x) generic_hweight32(x) macro
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dvf610_nfc.c545 written_bits += hweight32(~buff32[k]); in count_written_bits()
H A Domap_gpmc.c135 hm = hweight32(res); in omap_correct_data()
H A Dnand_base.c1660 weight = hweight32(*((u32 *)bitmap)); in nand_check_erased_buf()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-core.c1275 if (hweight32(nor->page_size) == 1) { in spi_nor_write()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c2701 nr_planes = hweight32(plane_mask); in vop2_plane_mask_to_possible_vp_mask()
2736 nr_planes = hweight32(plane_mask); in vop2_plane_mask_check()
3048 nr_planes = hweight32(plane_mask); /* use bitmap to store plane mask */ in vop2_global_initial()