Searched refs:nand_wait (Results 1 – 11 of 11) sorted by relevance
20 static void nand_wait(void) in nand_wait() function94 nand_wait(); in nand_spl_load_image()
68 static inline void nand_wait(uchar *buf, int bufnum, int page_size) in nand_wait() function214 nand_wait(&buf[sram_addr], bufnum, page_size); in nand_spl_load_image()
888 static int nand_wait(struct mtd_info *mtd, struct nand_chip *chip) in nand_wait() function3721 chip->waitfunc = nand_wait; in nand_set_defaults()
124 wake_up(&ctrl->nand_wait); in check_nand_stat()268 init_waitqueue_head(&fsl_ifc_ctrl_dev->nand_wait); in fsl_ifc_ctrl_probe()
532 static int nand_wait(struct nand_chip *chip) in nand_wait() function597 chip->legacy.waitfunc = nand_wait; in nand_legacy_set_defaults()
198 wait_event_timeout(ctrl->nand_wait, ctrl->nand_stat, in fsl_ifc_run_command()839 wait_event_timeout(ctrl->nand_wait, ctrl->nand_stat, in fsl_ifc_sram_init()
847 wait_queue_head_t nand_wait; member