/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sf_probe.c | 25 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 135 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_get_sw_write_prot() local 142 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_ctrl_wlock() local 149 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_ctrl_wunlock() local 158 struct spi_flash *flash; in spi_flash_std_probe() local
|
H A D | sf_mtd.c | 18 struct spi_flash *flash = mtd->priv; in spi_flash_mtd_erase() local 42 struct spi_flash *flash = mtd->priv; in spi_flash_mtd_read() local 58 struct spi_flash *flash = mtd->priv; in spi_flash_mtd_write() local 84 int spi_flash_mtd_register(struct spi_flash *flash) in spi_flash_mtd_register()
|
H A D | fsl_espi_spl.c | 16 struct spi_flash *flash; in fsl_spi_spl_load_image() local 40 struct spi_flash *flash; in fsl_spi_boot() local
|
/openbmc/u-boot/include/ |
H A D | spi_flash.h | 120 static inline int spi_flash_read(struct spi_flash *flash, u32 offset, in spi_flash_read() 126 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write() 132 static inline int spi_flash_erase(struct spi_flash *flash, u32 offset, in spi_flash_erase() 138 static inline int spi_flash_ctrl_wlock(struct spi_flash *flash, in spi_flash_ctrl_wlock() 144 static inline int spi_flash_ctrl_wunlock(struct spi_flash *flash, in spi_flash_ctrl_wunlock() 163 static inline int spi_flash_read(struct spi_flash *flash, u32 offset, in spi_flash_read() 172 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write() 181 static inline int spi_flash_erase(struct spi_flash *flash, u32 offset, in spi_flash_erase() 200 static inline int spi_flash_protect(struct spi_flash *flash, u32 ofs, u32 len, in spi_flash_protect()
|
H A D | cros_ec.h | 53 struct fmap_entry flash; /* Address and size of EC flash */ member
|
/openbmc/u-boot/common/spl/ |
H A D | spl_spi.c | 25 struct spi_flash *flash, in spi_load_image_os() 56 struct spi_flash *flash = load->dev; in spl_spi_fit_read() local 75 struct spi_flash *flash; in spl_spi_load_image() local
|
/openbmc/skeleton/flashbios/ |
H A D | flash_bios_obj.c | 27 update(Flash* flash, const char* obj_path) in update() 113 on_update_via_tftp(Flash *flash, in on_update_via_tftp() 138 on_error(Flash *flash, in on_error() 155 on_done(Flash *flash, in on_done() 178 on_update(Flash *flash, in on_update() 220 Flash *flash = object_get_flash((Object*)user_data); in on_flash_progress() local 254 Flash* flash = flash_skeleton_new(); in on_bus_acquired() local
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 360 struct aspeed_spi_flash *flash, in aspeed_spi_fmc_checksum() 394 struct aspeed_spi_flash *flash, in aspeed_g6_spi_fmc_checksum() 432 struct aspeed_spi_flash *flash, in aspeed_spi_read_checksum() 502 struct aspeed_spi_flash *flash) in aspeed_spi_timing_calibration() 692 struct aspeed_spi_flash *flash = &priv->flashes[cs]; in aspeed_spi_controller_init() local 719 struct aspeed_spi_flash *flash = &priv->flashes[cs]; in aspeed_spi_controller_init() local 769 struct aspeed_spi_flash *flash) in aspeed_spi_start_user() 781 struct aspeed_spi_flash *flash) in aspeed_spi_stop_user() 791 struct aspeed_spi_flash *flash, in aspeed_spi_read_reg() 815 struct aspeed_spi_flash *flash, in aspeed_spi_write_reg() [all …]
|
/openbmc/u-boot/arch/xtensa/dts/ |
H A D | xtfpga-flash-128m.dtsi | 3 flash: flash@00000000 { label
|
H A D | xtfpga-flash-16m.dtsi | 3 flash: flash@08000000 { label
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | socfpga_arria5_socdk.dts | 119 flash: flash@0 { label
|
H A D | socfpga_cyclone5_sockit.dts | 169 flash: flash@0 { label
|
H A D | socfpga_cyclone5_socrates.dts | 81 flash: flash@0 { label
|
H A D | da850-evm.dts | 271 flash: m25p80@0 { label
|
H A D | r8a7790-stout.dts | 205 flash: flash@0 { label
|
H A D | am335x-sl50.dts | 436 flash: n25q032@1 { label
|
/openbmc/u-boot/cmd/ |
H A D | sf.c | 21 static struct spi_flash *flash; variable 169 static const char *spi_flash_update_block(struct spi_flash *flash, u32 offset, in spi_flash_update_block() 211 static int spi_flash_update(struct spi_flash *flash, u32 offset, in spi_flash_update() 439 static int spi_flash_test(struct spi_flash *flash, uint8_t *buf, ulong len, in spi_flash_test()
|
/openbmc/qemu/include/hw/arm/ |
H A D | stm32f100_soc.h | 54 MemoryRegion flash; member
|
H A D | max78000_soc.h | 39 MemoryRegion flash; member
|
H A D | stm32f205_soc.h | 65 MemoryRegion flash; member
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | cmd_arc.c | 26 static struct spi_flash *flash; variable
|
/openbmc/qemu/include/hw/ssi/ |
H A D | npcm7xx_fiu.h | 64 NPCM7xxFIUFlash *flash; member
|
/openbmc/qemu/hw/avr/ |
H A D | atmega.h | 41 MemoryRegion flash; member
|
/openbmc/qemu/include/hw/nvram/ |
H A D | nrf51_nvm.h | 54 MemoryRegion flash; member
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | lsxl.c | 214 struct spi_flash *flash; in erase_environment() local
|