Searched refs:nand_wait (Results 1 – 3 of 3) sorted by relevance
24 static void nand_wait(void) in nand_wait() function98 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()
893 static int nand_wait(struct mtd_info *mtd, struct nand_chip *chip) in nand_wait() function3726 chip->waitfunc = nand_wait; in nand_set_defaults()
Completed in 24 milliseconds