Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H 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()
H A Dyaffs_bitmap.c94 n += hweight8(*blk_bits); in yaffs_count_chunk_bits()
H 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()
/rk3399_rockchip-uboot/arch/arc/include/asm/
H A Dbitops.h17 #define hweight8(x) generic_hweight8(x) macro
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dbitops.h51 #define hweight8(x) generic_hweight8(x) macro
/rk3399_rockchip-uboot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c24 hw += hweight8(*p); in valid_rk3288_som()
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dbitops.h258 #define hweight8(x) generic_hweight8(x) macro
371 #define hweight8(x) generic_hweight8(x) macro
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dbitops.h152 #define hweight8(x) generic_hweight8(x) macro
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dbitops.h173 #define hweight8(x) generic_hweight8(x) macro
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dbitops.h173 #define hweight8(x) generic_hweight8(x) macro
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dbitops.h387 #define hweight8(x) generic_hweight8(x) macro
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dbitops.h226 #define hweight8(x) generic_hweight8(x) macro
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dbitops.h720 #define hweight8(x) generic_hweight8(x) macro
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dfsmc_nand.c158 written_bits += hweight8(~buff[k]); in count_written_bits()
H A Dnand_base.c377 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
1653 weight = hweight8(*bitmap); in nand_check_erased_buf()
1667 weight = hweight8(*bitmap); in nand_check_erased_buf()
H A Ddenali.c432 flips_in_byte = hweight8(buf[offset] ^ err_cor_value); in denali_sw_ecc_fixup()