Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dzynq_nand.c358 static bool onehot(unsigned short value) in onehot() function
360 bool onehot; in onehot() local
362 onehot = value && !(value & (value - 1)); in onehot()
363 return onehot; in onehot()
410 if (onehot(ecc_odd | ecc_even)) in zynq_nand_correct_data()