Home
last modified time | relevance | path

Searched refs:spi_flash_write (Results 1 – 9 of 9) sorted by relevance

/u-boot/env/
A Dsf.c120 ret = spi_flash_write(env_flash, env_new_offset, in env_sf_save()
126 ret = spi_flash_write(env_flash, saved_offset, in env_sf_save()
132 ret = spi_flash_write(env_flash, env_offset + offsetof(env_t, flags), in env_sf_save()
225 ret = spi_flash_write(env_flash, CONFIG_ENV_OFFSET, in env_sf_save()
231 ret = spi_flash_write(env_flash, saved_offset, in env_sf_save()
/u-boot/include/
A Dspi_flash.h108 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write() function
142 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write() function
/u-boot/drivers/mtd/spi/
A Dsf_mtd.c65 err = spi_flash_write(flash, to, len, buf); in spi_flash_mtd_write()
A DKconfig9 (spi_flash_probe(), spi_flash_write(), etc.) is then
/u-boot/cmd/
A Dsf.c197 if (spi_flash_write(flash, offset, flash->sector_size, ptr)) in spi_flash_update_block()
306 ret = spi_flash_write(flash, offset, len, buf); in do_spi_flash_read_write()
476 err = spi_flash_write(flash, offset, len, buf); in spi_flash_test()
/u-boot/board/gardena/smart-gateway-mt7688/
A Dboard.c285 ret = spi_flash_write(sf, FACTORY_DATA_OFFS, FACTORY_DATA_SECT_SIZE, in do_fd_write()
/u-boot/drivers/dfu/
A Ddfu_sf.c48 ret = spi_flash_write(dfu->data.sf.dev, dfu->data.sf.start + offset, in dfu_write_medium_sf()
/u-boot/board/Arcturus/ucp1020/
A Dcmd_arc.c139 if (spi_flash_write in set_spi_arc_product()
/u-boot/cmd/mvebu/
A Dbubt.c295 ret = spi_flash_write(flash, 0, image_size, (void *)get_load_addr()); in spi_burn_image()

Completed in 11 milliseconds