Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyaffs_ecc.c186 if ((hweight8(d0) + hweight8(d1) + hweight8(d2)) == 1) { in yaffs_ecc_correct()
271 hweight8(delta_col)) == 1) { in yaffs_ecc_correct_other()
A Dyaffs_bitmap.c94 n += hweight8(*blk_bits); in yaffs_count_chunk_bits()
A Dyaffs_tagscompat.c336 deleted = (hweight8(spare.page_status) < 7) ? 1 : 0; in yaffs_tags_compat_rd()
399 if (hweight8(spare0.block_status & spare1.block_status) < 7) in yaffs_tags_compat_query_block()
/u-boot/arch/arc/include/asm/
A Dbitops.h16 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/m68k/include/asm/
A Dbitops.h51 #define hweight8(x) generic_hweight8(x) macro
/u-boot/board/phytec/phycore_rk3288/
A Dphycore-rk3288.c32 hw += hweight8(*p); in valid_rk3288_som()
/u-boot/arch/sh/include/asm/
A Dbitops.h158 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/riscv/include/asm/
A Dbitops.h159 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/microblaze/include/asm/
A Dbitops.h258 #define hweight8(x) generic_hweight8(x) macro
371 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/sandbox/include/asm/
A Dbitops.h152 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/nds32/include/asm/
A Dbitops.h177 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/arm/include/asm/
A Dbitops.h165 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/x86/include/asm/
A Dbitops.h389 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/powerpc/include/asm/
A Dbitops.h226 #define hweight8(x) generic_hweight8(x) macro
/u-boot/arch/mips/include/asm/
A Dbitops.h719 #define hweight8(x) generic_hweight8(x) macro
/u-boot/drivers/mtd/nand/raw/
A Dfsmc_nand.c157 written_bits += hweight8(~buff[k]); in count_written_bits()
A Dmxs_nand.c636 flip_bits += hweight8(~buf[base + i]); in mxs_nand_erased_page()
A Ddenali.c412 flips_in_byte = hweight8(buf[offset] ^ err_cor_value); in denali_sw_ecc_fixup()
A Dnand_base.c382 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
1658 weight = hweight8(*bitmap); in nand_check_erased_buf()
1672 weight = hweight8(*bitmap); in nand_check_erased_buf()

Completed in 30 milliseconds