Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dfsl_upm.c50 static void fun_wait(struct fsl_upm_nand *fun) in fun_wait() argument
52 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() local
71 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() local
87 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 …]
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dfsl_upm.h43 extern int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun);
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h208 #define INIT_WORK(work, fun) do {} while (0) argument
/rk3399_rockchip-uboot/doc/
H A DREADME.efi235 use case is not readily apparent, but it might be fun.
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl6233 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)/;
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt313 But it is fun to do this by hand, so you can load image.fit into a hex editor