Searched refs:fun (Results 1 – 6 of 6) sorted by relevance
50 static void fun_wait(struct fsl_upm_nand *fun) in fun_wait() argument52 if (fun->dev_ready) { in fun_wait()53 while (!fun->dev_ready(fun->chip_nr)) in fun_wait()68 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_select_chip() local71 fun->chip_nr = chip_nr; in fun_select_chip()73 fun->upm.io_addr + fun->chip_offset * chip_nr; in fun_select_chip()83 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_cmd_ctrl() local87 if (!(ctrl & fun->last_ctrl)) { in fun_cmd_ctrl()88 fsl_upm_end_pattern(&fun->upm); in fun_cmd_ctrl()93 fun->last_ctrl = ctrl & (NAND_ALE | NAND_CLE); in fun_cmd_ctrl()[all …]
43 extern int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun);
208 #define INIT_WORK(work, fun) do {} while (0) argument
235 use case is not readily apparent, but it might be fun.
6233 my $fun = $3;6239 …fixed[$fixlinenr] =~ s/\bACCESS_ONCE\s*\(\s*\Q$par\E\s*\)\s*$eq\s*\Q$fun\E/WRITE_ONCE($par, $fun)/;
313 But it is fun to do this by hand, so you can load image.fit into a hex editor