Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-omap2/
A Dmem-common.c81 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 Dheaderize-hsdk.py65 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 Dsys_proto.h47 void set_gpmc_cs0(int flash_type);
/u-boot/tools/
A Dmtk_image.c461 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 Dmtk_image.h111 uint8_t flash_type; member
/u-boot/drivers/mtd/nand/raw/
A Dcortina_nand.c527 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 Dcortina_nand.h138 u32 flash_type; member

Completed in 16 milliseconds