Home
last modified time | relevance | path

Searched refs:spi_flash_probe (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/drivers/mtd/spi/
H A Dfsl_espi_spl.c18 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fsl_spi_spl_load_image()
42 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fsl_spi_boot()
H A Dsf-uclass.c54 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs, in spi_flash_probe() function
H A Dsf_probe.c57 struct spi_flash *spi_flash_probe(unsigned int busnum, unsigned int cs, in spi_flash_probe() function
H A DKconfig8 (spi_flash_probe(), spi_flash_write(), etc.) is then
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Dcmd_arc.c62 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in set_arc_product()
101 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in get_arc_info()
/openbmc/u-boot/board/renesas/sh7757lcr/
H A Dsh7757lcr.c37 spi = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in init_pcie_bridge_from_spi()
237 spi = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in get_sh_eth_mac_raw()
389 spi = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in do_write_mac()
/openbmc/u-boot/include/
H A Dspi_flash.h114 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs,
158 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs,
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/
H A Dboard.c102 sf = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in factory_data_env_config()
217 sf = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in do_fd_write()
/openbmc/u-boot/board/renesas/sh7752evb/
H A Dsh7752evb.c180 spi = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in get_sh_eth_mac_raw()
273 spi = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in do_write_mac()
/openbmc/u-boot/board/renesas/sh7753evb/
H A Dsh7753evb.c196 spi = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in get_sh_eth_mac_raw()
289 spi = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in do_write_mac()
/openbmc/u-boot/common/spl/
H A Dspl_spi.c82 flash = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in spl_spi_load_image()
/openbmc/u-boot/board/buffalo/lsxl/
H A Dlsxl.c217 flash = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in erase_environment()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_sf.c107 dev = spi_flash_probe(bus, cs, speed, mode); in parse_dev()
/openbmc/u-boot/drivers/net/fm/
H A Dfm.c389 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, in fm_init_common()
476 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
/openbmc/u-boot/board/Synology/ds414/
H A Dcmd_syno.c39 flash = spi_flash_probe(bus, cs, speed, mode); in do_syno_populate()
/openbmc/u-boot/board/siemens/taurus/
H A Dtaurus.c141 flash = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in spl_board_init()
/openbmc/u-boot/env/
H A Dsf.c59 env_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, in setup_flash_device()
/openbmc/u-boot/drivers/net/phy/
H A Dcortina.c155 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in cs4340_upload_firmware()
/openbmc/u-boot/board/davinci/da8xxevm/
H A Dda850evm.c85 flash = spi_flash_probe(CFG_MAC_ADDR_SPI_BUS, CFG_MAC_ADDR_SPI_CS, in get_mac_addr()
/openbmc/u-boot/common/
H A Dsplash_source.c28 sf = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in splash_sf_read_raw()
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c251 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, in spi_burn_image()
/openbmc/u-boot/cmd/
H A Dsf.c141 new = spi_flash_probe(bus, cs, speed, mode); in do_spi_flash_probe()
/openbmc/u-boot/board/congatec/cgtqmx6eval/
H A Dcgtqmx6eval.c997 spi = spi_flash_probe(CONFIG_ENV_SPI_BUS, in is_2gb()