/openbmc/u-boot/common/spl/ |
H A D | spl_nand.c | 18 nand_init(); in spl_nand_load_image() 84 nand_init(); in spl_nand_load_image()
|
H A D | spl_ubi.c | 25 nand_init(); in spl_ubi_load_image()
|
/openbmc/qemu/include/hw/block/ |
H A D | flash.h | 48 DeviceState *nand_init(BlockBackend *blk, int manf_id, int chip_id);
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand.c | 145 void nand_init(void) in nand_init() function
|
H A D | denali_spl.c | 164 void nand_init(void) in nand_init() function
|
H A D | am335x_spl_bch.c | 201 void nand_init(void) in nand_init() function
|
H A D | fsl_ifc_spl.c | 299 void nand_init(void) in nand_init() function
|
H A D | nand_spl_simple.c | 212 void nand_init(void) in nand_init() function
|
H A D | mxc_nand_spl.c | 349 void nand_init(void) {} in nand_init() function
|
H A D | mxs_nand_spl.c | 177 void nand_init(void) in nand_init() function
|
H A D | sunxi_nand_spl.c | 180 void nand_init(void) in nand_init() function
|
H A D | lpc32xx_nand_mlc.c | 608 void nand_init(void) in nand_init() function
|
H A D | Kconfig | 296 - In current U-Boot flow using nand_init(), driver initialization
|
H A D | atmel_nand.c | 1421 void nand_init(void) in nand_init() function
|
/openbmc/u-boot/include/ |
H A D | nand.h | 29 extern void nand_init(void);
|
/openbmc/u-boot/board/siemens/smartweb/ |
H A D | smartweb.c | 226 nand_init(); in at91_spl_board_init()
|
/openbmc/u-boot/board/siemens/corvus/ |
H A D | board.c | 127 nand_init(); in spl_board_init()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | ppa.c | 165 nand_init(); in ppa_init()
|
/openbmc/u-boot/board/siemens/taurus/ |
H A D | taurus.c | 139 nand_init(); in spl_board_init()
|
/openbmc/u-boot/common/ |
H A D | board_r.c | 389 nand_init(); in initr_nand()
|
/openbmc/linux/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 200 void (*nand_init)(struct atmel_nand_controller *nc, member 1739 nc->caps->ops->nand_init(nc, nand); in atmel_nand_controller_add_nand() 2391 .nand_init = atmel_nand_init, 2459 .nand_init = atmel_smc_nand_init, 2474 .nand_init = atmel_smc_nand_init,
|
/openbmc/qemu/hw/block/ |
H A D | nand.c | 647 DeviceState *nand_init(BlockBackend *blk, int manf_id, int chip_id) in nand_init() function
|
/openbmc/u-boot/doc/ |
H A D | README.nand | 170 nand_init() is now reduced to calling board_nand_init() once, and
|