/u-boot/drivers/mtd/spi/ |
A D | sf_probe.c | 26 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 D | sf_mtd.c | 19 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 D | fsl_espi_spl.c | 18 struct spi_flash *flash; in fsl_spi_spl_load_image() local 42 struct spi_flash *flash; in fsl_spi_boot() local
|
A D | sf-uclass.c | 49 void spi_flash_free(struct spi_flash *flash) in spi_flash_free()
|
/u-boot/include/ |
A D | spi_flash.h | 102 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 D | spl_spi.c | 28 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 D | xtfpga-flash-128m.dtsi | 3 flash: flash@00000000 { label
|
A D | xtfpga-flash-16m.dtsi | 3 flash: flash@08000000 { label
|
/u-boot/arch/arm/dts/ |
A D | bcm963158.dts | 132 flash: mt25@0 { label
|
A D | bcm968360bg.dts | 161 flash: mt25@0 { label
|
A D | bcm968580xref.dts | 131 flash: mt25@0 { label
|
A D | socfpga_arria5_socdk.dts | 119 flash: flash@0 { label
|
A D | socfpga_cyclone5_sockit.dts | 169 flash: flash@0 { label
|
A D | socfpga_cyclone5_socrates.dts | 80 flash: flash@0 { label
|
A D | imx6qdl-aristainetos2c_cslb.dtsi | 82 flash: m25p80@0 { label
|
A D | imx6qdl-aristainetos2c.dtsi | 58 flash: m25p80@0 { label
|
A D | da850-evm.dts | 271 flash: m25p80@0 { label
|
A D | am437x-cm-t43.dts | 305 flash: w25q64cvzpig@0 { label
|
A D | imx6qdl-tqma6.dtsi | 35 flash: m25p80@0 { label
|
A D | r8a7790-stout.dts | 219 flash: flash@0 { label
|
/u-boot/arch/m68k/dts/ |
A D | stmark2.dts | 27 flash: is25lp128@1 { label
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | image.c | 91 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 D | sf.c | 27 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 D | spi-flash.c | 21 struct spi_flash *flash = dev_get_uclass_priv(dev); in bootcount_spi_flash_update() local
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | spl.c | 76 struct spi_flash *flash = dev_get_uclass_priv(dev); in apl_flash_std_read() local
|