Home
last modified time | relevance | path

Searched refs:flash_type (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dmem-common.c81 void set_gpmc_cs0(int flash_type) in set_gpmc_cs0() argument
119 switch (flash_type) { in set_gpmc_cs0()
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py65 flash_type = 0x0 # 0 - SPI flash, 1 - NOR flash
98 file.write(flash_type.to_bytes(1, byteorder='little'))
/openbmc/u-boot/tools/
H A Dmtk_image.c453 if (le32_to_cpu(gfh->file_info.flash_type) != GFH_FLASH_TYPE_GEN) in mtk_image_verify_gen_header()
518 if (le32_to_cpu(gfh->file_info.flash_type) != GFH_FLASH_TYPE_NAND) in mtk_image_verify_nand_header()
582 int dev_hdr_size, int load_addr, int flash_type) in put_ghf_header() argument
593 gfh->file_info.flash_type = flash_type; in put_ghf_header()
H A Dmtk_image.h111 uint8_t flash_type; member
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h47 void set_gpmc_cs0(int flash_type);
/openbmc/qemu/hw/arm/
H A Dnpcm8xx_boards.c58 const char *flash_type, DriveInfo *dinfo) in npcm8xx_connect_flash() argument
63 flash = qdev_new(flash_type); in npcm8xx_connect_flash()
H A Dnpcm7xx_boards.c81 const char *flash_type, DriveInfo *dinfo) in npcm7xx_connect_flash() argument
86 flash = qdev_new(flash_type); in npcm7xx_connect_flash()