Searched refs:fun (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/mtd/nand/raw/ |
A D | fsl_upm.c | 54 while (!fun->dev_ready(fun->chip_nr)) in fun_wait() 74 fun->upm.io_addr + fun->chip_offset * chip_nr; in fun_select_chip() 99 fsl_upm_start_pattern(&fun->upm, fun->upm_addr_offset); in fun_cmd_ctrl() 101 fsl_upm_start_pattern(&fun->upm, fun->upm_cmd_offset); in fun_cmd_ctrl() 108 io_addr += fun->chip_offset * fun->chip_nr; in fun_cmd_ctrl() 110 mar |= fun->upm_mar_chip_offset * fun->chip_nr; in fun_cmd_ctrl() 113 fsl_upm_run_pattern(&fun->upm, fun->width, io_addr, mar); in fun_cmd_ctrl() 122 fun_wait(fun); in fun_cmd_ctrl() 145 fun_wait(fun); in upm_nand_write_buf() 162 return fun->dev_ready(fun->chip_nr); in nand_dev_ready() [all …]
|
/u-boot/include/linux/mtd/ |
A D | fsl_upm.h | 42 extern int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun);
|
/u-boot/drivers/pci/ |
A D | pcie_mediatek.c | 99 #define CFG_DW2_FUN(fun) (((fun) << 16) & GENMASK(18, 16)) argument 106 #define CFG_HEADER_DW2(regn, fun, dev, bus) \ argument 107 (CFG_DW2_REGN(regn) | CFG_DW2_FUN(fun) | \
|
A D | pci-aardvark.c | 128 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) argument
|
/u-boot/include/linux/ |
A D | compat.h | 238 #define INIT_WORK(work, fun) do {} while (0) argument
|
/u-boot/doc/uefi/ |
A D | u-boot_on_efi.rst | 206 use case is not readily apparent, but it might be fun.
|
/u-boot/doc/uImage.FIT/ |
A D | beaglebone_vboot.txt | 312 But it is fun to do this by hand, so you can load image.fit into a hex editor
|
Completed in 13 milliseconds