Searched refs:flash_type (Results 1 – 7 of 7) sorted by relevance
| /u-boot/arch/arm/mach-omap2/ |
| A D | mem-common.c | 81 void set_gpmc_cs0(int flash_type) in set_gpmc_cs0() argument 119 switch (flash_type) { in set_gpmc_cs0()
|
| /u-boot/board/synopsys/hsdk/ |
| A D | headerize-hsdk.py | 65 flash_type = 0x0 # 0 - SPI flash, 1 - NOR flash 98 file.write(flash_type.to_bytes(1, byteorder='little'))
|
| /u-boot/arch/arm/include/asm/arch-omap3/ |
| A D | sys_proto.h | 47 void set_gpmc_cs0(int flash_type);
|
| /u-boot/tools/ |
| A D | mtk_image.c | 461 if (le32_to_cpu(gfh->file_info.flash_type) != GFH_FLASH_TYPE_GEN) in mtk_image_verify_gen_header() 529 if (le32_to_cpu(gfh->file_info.flash_type) != GFH_FLASH_TYPE_NAND) in mtk_image_verify_nand_header() 596 int dev_hdr_size, int load_addr, int flash_type) in put_ghf_header() argument 609 gfh->file_info.flash_type = flash_type; in put_ghf_header()
|
| A D | mtk_image.h | 111 uint8_t flash_type; member
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | cortina_nand.c | 527 setbits_le32(&info->reg->flash_type, FLASH_TYPE_512); in set_bus_width_page_size() 529 setbits_le32(&info->reg->flash_type, FLASH_TYPE_2K); in set_bus_width_page_size() 531 setbits_le32(&info->reg->flash_type, FLASH_TYPE_4K); in set_bus_width_page_size() 533 setbits_le32(&info->reg->flash_type, FLASH_TYPE_8K); in set_bus_width_page_size() 1217 clrsetbits_le32(&info->reg->flash_type, GENMASK(31, 0), in nand_config_flash_type() 1221 clrsetbits_le32(&info->reg->flash_type, GENMASK(31, 0), in nand_config_flash_type() 1225 clrsetbits_le32(&info->reg->flash_type, GENMASK(31, 0), in nand_config_flash_type() 1229 clrsetbits_le32(&info->reg->flash_type, GENMASK(31, 0), in nand_config_flash_type() 1316 clrsetbits_le32(&info->reg->flash_type, FLASH_PIN, in ca_nand_probe()
|
| A D | cortina_nand.h | 138 u32 flash_type; member
|
Completed in 16 milliseconds