Searched refs:nanddev_bbt_pos_to_entry (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/mtd/nand/
H A Dcore.c35 entry = nanddev_bbt_pos_to_entry(nand, pos);
85 entry = nanddev_bbt_pos_to_entry(nand, pos);
118 entry = nanddev_bbt_pos_to_entry(nand, pos);
144 entry = nanddev_bbt_pos_to_entry(nand, pos);
/u-boot/include/linux/mtd/
H A Dnand.h719 * nanddev_bbt_pos_to_entry() - Convert a NAND position into a BBT entry
728 static inline unsigned int nanddev_bbt_pos_to_entry(struct nand_device *nand, function

Completed in 36 milliseconds