Searched refs:spi_flash_probe (Results 1 – 21 of 21) sorted by relevance
/u-boot/drivers/mtd/spi/ |
A D | fsl_espi_spl.c | 20 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fsl_spi_spl_load_image() 44 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fsl_spi_boot()
|
A D | sf-uclass.c | 38 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs, in spi_flash_probe() function
|
A D | sf_probe.c | 57 struct spi_flash *spi_flash_probe(unsigned int busnum, unsigned int cs, in spi_flash_probe() function
|
A D | Kconfig | 9 (spi_flash_probe(), spi_flash_write(), etc.) is then
|
/u-boot/include/ |
A D | spi_flash.h | 96 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs, 128 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs,
|
/u-boot/board/gardena/smart-gateway-mt7688/ |
A D | board.c | 111 sf = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in factory_data_env_config() 226 sf = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in do_fd_write()
|
/u-boot/board/Arcturus/ucp1020/ |
A D | cmd_arc.c | 128 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in set_spi_arc_product() 154 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in read_spi_arc_info()
|
/u-boot/board/buffalo/lsxl/ |
A D | lsxl.c | 224 flash = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in erase_environment()
|
/u-boot/common/spl/ |
A D | spl_spi.c | 93 flash = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in spl_spi_load_image()
|
/u-boot/board/Synology/ds414/ |
A D | cmd_syno.c | 42 flash = spi_flash_probe(bus, cs, speed, mode); in do_syno_populate()
|
/u-boot/board/siemens/taurus/ |
A D | taurus.c | 144 flash = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in spl_board_init()
|
/u-boot/board/davinci/da8xxevm/ |
A D | da850evm.c | 59 flash = spi_flash_probe(CFG_MAC_ADDR_SPI_BUS, CFG_MAC_ADDR_SPI_CS, in get_mac_addr()
|
/u-boot/drivers/dfu/ |
A D | dfu_sf.c | 132 dev = spi_flash_probe(bus, cs, speed, mode); in parse_dev()
|
/u-boot/drivers/net/fm/ |
A D | fm.c | 395 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, in fm_init_common() 482 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
|
/u-boot/drivers/net/phy/ |
A D | cortina.c | 157 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in cs4340_upload_firmware()
|
/u-boot/common/ |
A D | splash_source.c | 32 sf = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in splash_sf_read_raw()
|
/u-boot/env/ |
A D | sf.c | 60 env_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device()
|
/u-boot/board/ge/b1x5v2/ |
A D | spl.c | 459 spi = spi_flash_probe(CONFIG_ENV_SPI_BUS, in memory_init()
|
/u-boot/cmd/ |
A D | sf.c | 146 new = spi_flash_probe(bus, cs, speed, mode); in do_spi_flash_probe()
|
/u-boot/cmd/mvebu/ |
A D | bubt.c | 274 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, in spi_burn_image()
|
/u-boot/board/congatec/cgtqmx6eval/ |
A D | cgtqmx6eval.c | 1007 spi = spi_flash_probe(CONFIG_ENV_SPI_BUS, in is_2gb()
|
Completed in 23 milliseconds