Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c115 static inline int countbits(uint32_t byte) in countbits() function
170 if(countbits(s0 | ((uint32_t)s1 << 8) | ((uint32_t)s2 <<16)) == 1) in nand_correct_data()