Home
last modified time | relevance | path

Searched defs:flash (Results 1 – 25 of 52) sorted by relevance

123

/u-boot/drivers/mtd/spi/
A Dsf_probe.c26 static int spi_flash_probe_slave(struct spi_flash *flash) in spi_flash_probe_slave()
61 struct spi_flash *flash; in spi_flash_probe() local
84 void spi_flash_free(struct spi_flash *flash) in spi_flash_free()
98 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_read() local
108 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_write() local
117 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_erase() local
136 struct spi_flash *flash; in spi_flash_std_probe() local
A Dsf_mtd.c19 struct spi_flash *flash = mtd->priv; in spi_flash_mtd_erase() local
43 struct spi_flash *flash = mtd->priv; in spi_flash_mtd_read() local
59 struct spi_flash *flash = mtd->priv; in spi_flash_mtd_write() local
85 int spi_flash_mtd_register(struct spi_flash *flash) in spi_flash_mtd_register()
A Dfsl_espi_spl.c18 struct spi_flash *flash; in fsl_spi_spl_load_image() local
42 struct spi_flash *flash; in fsl_spi_boot() local
A Dsf-uclass.c49 void spi_flash_free(struct spi_flash *flash) in spi_flash_free()
/u-boot/include/
A Dspi_flash.h102 static inline int spi_flash_read(struct spi_flash *flash, u32 offset, in spi_flash_read()
108 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write()
114 static inline int spi_flash_erase(struct spi_flash *flash, u32 offset, in spi_flash_erase()
133 static inline int spi_flash_read(struct spi_flash *flash, u32 offset, in spi_flash_read()
142 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write()
151 static inline int spi_flash_erase(struct spi_flash *flash, u32 offset, in spi_flash_erase()
170 static inline int spi_flash_protect(struct spi_flash *flash, u32 ofs, u32 len, in spi_flash_protect()
/u-boot/common/spl/
A Dspl_spi.c28 struct spi_flash *flash, in spi_load_image_os()
59 struct spi_flash *flash = load->dev; in spl_spi_fit_read() local
69 unsigned int __weak spl_spi_get_uboot_offs(struct spi_flash *flash) in spl_spi_get_uboot_offs()
84 struct spi_flash *flash; in spl_spi_load_image() local
/u-boot/arch/xtensa/dts/
A Dxtfpga-flash-128m.dtsi3 flash: flash@00000000 { label
A Dxtfpga-flash-16m.dtsi3 flash: flash@08000000 { label
/u-boot/arch/arm/dts/
A Dbcm963158.dts132 flash: mt25@0 { label
A Dbcm968360bg.dts161 flash: mt25@0 { label
A Dbcm968580xref.dts131 flash: mt25@0 { label
A Dsocfpga_arria5_socdk.dts119 flash: flash@0 { label
A Dsocfpga_cyclone5_sockit.dts169 flash: flash@0 { label
A Dsocfpga_cyclone5_socrates.dts80 flash: flash@0 { label
A Dimx6qdl-aristainetos2c_cslb.dtsi82 flash: m25p80@0 { label
A Dimx6qdl-aristainetos2c.dtsi58 flash: m25p80@0 { label
A Dda850-evm.dts271 flash: m25p80@0 { label
A Dam437x-cm-t43.dts305 flash: w25q64cvzpig@0 { label
A Dimx6qdl-tqma6.dtsi35 flash: m25p80@0 { label
A Dr8a7790-stout.dts219 flash: flash@0 { label
/u-boot/arch/m68k/dts/
A Dstmark2.dts27 flash: is25lp128@1 { label
/u-boot/arch/arm/mach-imx/imx8/
A Dimage.c91 struct spi_flash *flash = (struct spi_flash *)dev; in get_container_size() local
187 unsigned long spl_spi_get_uboot_offs(struct spi_flash *flash) in spl_spi_get_uboot_offs()
/u-boot/cmd/
A Dsf.c27 static struct spi_flash *flash; variable
171 static const char *spi_flash_update_block(struct spi_flash *flash, u32 offset, in spi_flash_update_block()
213 static int spi_flash_update(struct spi_flash *flash, u32 offset, in spi_flash_update()
444 static int spi_flash_test(struct spi_flash *flash, uint8_t *buf, ulong len, in spi_flash_test()
/u-boot/drivers/bootcount/
A Dspi-flash.c21 struct spi_flash *flash = dev_get_uclass_priv(dev); in bootcount_spi_flash_update() local
/u-boot/arch/x86/cpu/apollolake/
A Dspl.c76 struct spi_flash *flash = dev_get_uclass_priv(dev); in apl_flash_std_read() local

Completed in 24 milliseconds

123