Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dnand.h540 static inline void nanddev_pos_next_lun(struct nand_device *nand, in nanddev_pos_next_lun() function
564 return nanddev_pos_next_lun(nand, pos); in nanddev_pos_next_eraseblock()
/openbmc/linux/include/linux/mtd/
H A Dnand.h860 static inline void nanddev_pos_next_lun(struct nand_device *nand, in nanddev_pos_next_lun() function
884 return nanddev_pos_next_lun(nand, pos); in nanddev_pos_next_eraseblock()
/openbmc/linux/drivers/mtd/nand/
H A Dcore.c205 nanddev_pos_next_lun(nand, &pos)) in nanddev_mtd_max_bad_blocks()