Searched refs:hweight32 (Results 1 - 19 of 19) sorted by relevance

/u-boot/arch/arc/include/asm/
H A Dbitops.h14 #define hweight32(x) generic_hweight32(x) macro
/u-boot/arch/m68k/include/asm/
H A Dbitops.h49 #define hweight32(x) generic_hweight32(x) macro
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c204 if (hweight32(cpu_up_mask) == hweight32(cores))
213 printf("CPU: %d cores online\n", hweight32(cores));
257 } else if (nr >= hweight32(cores)) {
H A Dcpu.c927 return hweight32(cpu_mask());
/u-boot/arch/sandbox/include/asm/
H A Dbitops.h150 #define hweight32(x) generic_hweight32(x) macro
/u-boot/arch/sh/include/asm/
H A Dbitops.h156 #define hweight32(x) generic_hweight32(x) macro
/u-boot/arch/riscv/include/asm/
H A Dbitops.h157 #define hweight32(x) generic_hweight32(x) macro
/u-boot/arch/microblaze/include/asm/
H A Dbitops.h256 #define hweight32(x) generic_hweight32(x) macro
369 #define hweight32(x) generic_hweight32(x) macro
/u-boot/arch/x86/include/asm/
H A Dbitops.h387 #define hweight32(x) generic_hweight32(x) macro
/u-boot/arch/arm/include/asm/
H A Dbitops.h188 #define hweight32(x) generic_hweight32(x) macro
/u-boot/fs/yaffs2/
H A Dyaffs_ecc.c269 if ((hweight32(delta_line) +
270 hweight32(delta_line_prime) +
/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dcpu.c281 return hweight32(cpu_dsp_mask());
299 return hweight32(cpu_mask());
/u-boot/arch/powerpc/include/asm/
H A Dbitops.h224 #define hweight32(x) generic_hweight32(x) macro
/u-boot/arch/mips/include/asm/
H A Dbitops.h717 #define hweight32(x) generic_hweight32(x) macro
/u-boot/drivers/mtd/nand/raw/
H A Dvf610_nfc.c548 written_bits += hweight32(~buff32[k]);
H A Domap_gpmc.c152 hm = hweight32(res);
H A Dmxs_nand.c663 flip_bits_noecc += hweight32(~dma_buf[i]);
H A Dnand_base.c1650 weight = hweight32(*((u32 *)bitmap));
/u-boot/drivers/spi/
H A Dich.c725 if (hweight32(ICH_BOUNDARY) == 1) {

Completed in 174 milliseconds