/external/u-boot/drivers/mtd/spi/ |
D | fsl_espi_spl.c | 18 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()
|
D | sf-uclass.c | 35 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs, in spi_flash_probe() function
|
D | sf_probe.c | 57 struct spi_flash *spi_flash_probe(unsigned int busnum, unsigned int cs, in spi_flash_probe() function
|
D | Kconfig | 8 (spi_flash_probe(), spi_flash_write(), etc.) is then
|
/external/u-boot/board/Arcturus/ucp1020/ |
D | cmd_arc.c | 75 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in set_arc_product() 114 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in get_arc_info()
|
/external/u-boot/board/renesas/sh7757lcr/ |
D | sh7757lcr.c | 37 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()
|
/external/u-boot/include/ |
D | spi_flash.h | 161 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs, 193 struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs,
|
/external/u-boot/board/renesas/sh7752evb/ |
D | sh7752evb.c | 180 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()
|
/external/u-boot/board/renesas/sh7753evb/ |
D | sh7753evb.c | 196 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()
|
/external/u-boot/common/spl/ |
D | spl_spi.c | 82 flash = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in spl_spi_load_image()
|
/external/u-boot/board/buffalo/lsxl/ |
D | lsxl.c | 217 flash = spi_flash_probe(0, 0, 1000000, SPI_MODE_3); in erase_environment()
|
/external/u-boot/drivers/dfu/ |
D | dfu_sf.c | 107 dev = spi_flash_probe(bus, cs, speed, mode); in parse_dev()
|
/external/u-boot/board/Synology/ds414/ |
D | cmd_syno.c | 40 flash = spi_flash_probe(bus, cs, speed, mode); in do_syno_populate()
|
/external/u-boot/board/siemens/taurus/ |
D | taurus.c | 141 flash = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in spl_board_init()
|
/external/u-boot/board/davinci/da8xxevm/ |
D | da850evm.c | 58 flash = spi_flash_probe(CFG_MAC_ADDR_SPI_BUS, CFG_MAC_ADDR_SPI_CS, in get_mac_addr()
|
/external/u-boot/env/ |
D | sf.c | 71 env_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, in setup_flash_device()
|
/external/u-boot/drivers/net/phy/ |
D | cortina.c | 155 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in cs4340_upload_firmware()
|
/external/u-boot/common/ |
D | splash_source.c | 28 sf = spi_flash_probe(CONFIG_SF_DEFAULT_BUS, in splash_sf_read_raw()
|
/external/u-boot/drivers/net/fm/ |
D | fm.c | 380 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
|
/external/u-boot/cmd/ |
D | sf.c | 141 new = spi_flash_probe(bus, cs, speed, mode); in do_spi_flash_probe()
|
/external/u-boot/cmd/mvebu/ |
D | bubt.c | 251 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, in spi_burn_image()
|
/external/u-boot/board/congatec/cgtqmx6eval/ |
D | cgtqmx6eval.c | 997 spi = spi_flash_probe(CONFIG_ENV_SPI_BUS, in is_2gb()
|