Searched refs:flash (Results 1 – 8 of 8) sorted by relevance
| /include/ |
| A D | spi_flash.h | 112 static inline void spi_flash_free(struct spi_flash *flash) in spi_flash_free() argument 119 return spi_flash_read_dm(flash->dev, offset, len, buf); in spi_flash_read() 125 return spi_flash_write_dm(flash->dev, offset, len, buf); in spi_flash_write() 131 return spi_flash_erase_dm(flash->dev, offset, len); in spi_flash_erase() 179 void spi_flash_free(struct spi_flash *flash); 184 struct mtd_info *mtd = &flash->mtd; in spi_flash_read() 196 struct mtd_info *mtd = &flash->mtd; in spi_flash_write() 208 struct mtd_info *mtd = &flash->mtd; in spi_flash_erase() 230 if (!flash->flash_lock || !flash->flash_unlock) in spi_flash_protect() 234 return flash->flash_lock(flash, ofs, len); in spi_flash_protect() [all …]
|
| A D | cros_ec.h | 53 struct fmap_entry flash; /* Address and size of EC flash */ member
|
| A D | spl.h | 558 unsigned int spl_spi_get_uboot_offs(struct spi_flash *flash);
|
| /include/env/nvidia/ |
| A D | prod_upd.env | 30 echo Dumping current SPI flash content ...; 32 if fatwrite mmc 1:1 ${kernel_addr_r} spi-flash-backup.bin ${spi_size}; 33 then echo SPI flash content was successfully written into spi-flash-backup.bin; 34 echo Reading SPI flash binary; 36 then echo Writing bootloader into SPI flash; 39 echo Bootloader SUCCESSFULLY written into SPI flash; 51 echo Writing bootloader into SPI flash; 60 else echo SPI flash backup FAILED! Aborting ...;
|
| /include/configs/ |
| A D | cobra5272.h | 69 enter a valid image address in flash */
|
| /include/env/phytec/ |
| A D | k3_spi.env | 7 /* Logic for TI K3 based SoCs to boot from an OSPI/QSPI NOR flash. */
|
| /include/env/pg-wcom/ |
| A D | common.env | 3 /* one flash chip only called boot */ 7 /* two flash chips called boot and app */
|
| /include/env/adi/ |
| A D | adi_boot.env | 4 * - adi_stage2_offset, the location of stage2-boot.ldr on the SPI flash 5 * - adi_image_offset, location of the fitImage on the SPI flash 6 * - adi_rfs_offset, location of the RFS on the SPI flash
|
Completed in 11 milliseconds