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

/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c97 static int nand_get_device(struct mtd_info *mtd, int new_state);
433 nand_get_device(mtd, FL_WRITING);
815 * nand_get_device - [GENERIC] Get chip for selected access
822 nand_get_device(struct mtd_info *mtd, int new_state) function
2749 nand_get_device(mtd, FL_READING);
3438 nand_get_device(mtd, FL_WRITING);
3513 nand_get_device(mtd, FL_ERASING);
3608 nand_get_device(mtd, FL_SYNCING);
3625 nand_get_device(mtd, FL_READING);

Completed in 46 milliseconds