Searched refs:nand_wait (Results 1 – 7 of 7) sorted by relevance
19 static void nand_wait(void) in nand_wait() function93 nand_wait(); in nand_spl_load_image()
67 static inline void nand_wait(uchar *buf, int bufnum, int page_size) in nand_wait() function213 nand_wait(&buf[sram_addr], bufnum, page_size); in nand_spl_load_image()
868 static int nand_wait(struct mtd_info *mtd, struct nand_chip *chip) in nand_wait() function3043 chip->waitfunc = nand_wait; in nand_set_defaults()
125 wake_up(&ctrl->nand_wait); in check_nand_stat()269 init_waitqueue_head(&fsl_ifc_ctrl_dev->nand_wait); in fsl_ifc_ctrl_probe()
533 static int nand_wait(struct nand_chip *chip) in nand_wait() function598 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