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

/u-boot/arch/arc/include/asm/
H A Dbitops.h16 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/m68k/include/asm/
H A Dbitops.h51 #define hweight8(x) generic_hweight8(x) macro
/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c28 hw += hweight8(*p);
/u-boot/fs/yaffs2/
H A Dyaffs_bitmap.c94 n += hweight8(*blk_bits);
H A Dyaffs_ecc.c186 if ((hweight8(d0) + hweight8(d1) + hweight8(d2)) == 1) {
271 hweight8(delta_col)) == 1) {
H A Dyaffs_tagscompat.c336 deleted = (hweight8(spare.page_status) < 7) ? 1 : 0;
399 if (hweight8(spare0.block_status & spare1.block_status) < 7)
/u-boot/arch/sandbox/include/asm/
H A Dbitops.h152 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/sh/include/asm/
H A Dbitops.h158 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/riscv/include/asm/
H A Dbitops.h159 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/microblaze/include/asm/
H A Dbitops.h258 #define hweight8(x) generic_hweight8(x) macro
371 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/x86/include/asm/
H A Dbitops.h389 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/arm/include/asm/
H A Dbitops.h190 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/powerpc/include/asm/
H A Dbitops.h226 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/mips/include/asm/
H A Dbitops.h719 #define hweight8(x) generic_hweight8(x) macro
/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c633 error_count += hweight8(~read_ecc[i]);
636 error_count += hweight8(~dat[i]);
H A Dmt7621_nand.c1097 ret = hweight8(bad) < nand->badblockbits;
H A Dmxs_nand.c653 flip_bits += hweight8(~buf[base + i]);
H A Ddenali.c411 flips_in_byte = hweight8(buf[offset] ^ err_cor_value);
H A Dnand_base.c345 res = hweight8(bad) < chip->badblockbits;
1642 weight = hweight8(*bitmap);
1656 weight = hweight8(*bitmap);

Completed in 171 milliseconds