Searched refs:nand_wait (Results 1 – 3 of 3) sorted by relevance
25 static void nand_wait(void) in nand_wait() function99 nand_wait(); in nand_spl_load_image()
69 static inline void nand_wait(uchar *buf, int bufnum, int page_size) in nand_wait() function215 nand_wait(&buf[sram_addr], bufnum, page_size); in nand_spl_load_image()
890 static int nand_wait(struct mtd_info *mtd, struct nand_chip *chip) in nand_wait() function3721 chip->waitfunc = nand_wait; in nand_set_defaults()
Completed in 13 milliseconds