Home
last modified time | relevance | path

Searched refs:CONFIG_ENV_SPI_BUS (Results 1 – 25 of 33) sorted by relevance

12

/u-boot/include/configs/
A Dsama5d2_xplained.h50 #undef CONFIG_ENV_SPI_BUS
52 #define CONFIG_ENV_SPI_BUS 1 macro
A Dimx8qm_rom7720.h134 #define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS macro
/u-boot/drivers/mtd/spi/
A Dfsl_espi_spl.c20 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()
/u-boot/board/Arcturus/ucp1020/
A Dcmd_arc.c128 flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in set_spi_arc_product()
132 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()
158 CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS); in read_spi_arc_info()
/u-boot/include/
A Dspi_flash.h18 #ifndef CONFIG_ENV_SPI_BUS
19 # define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS macro
/u-boot/configs/
A Dsmdk5420_defconfig34 CONFIG_ENV_SPI_BUS=1
A Dgrpeach_defconfig33 CONFIG_ENV_SPI_BUS=0
A Dsmdk5250_defconfig39 CONFIG_ENV_SPI_BUS=1
A Dpeach-pi_defconfig38 CONFIG_ENV_SPI_BUS=1
A Dpeach-pit_defconfig37 CONFIG_ENV_SPI_BUS=1
A Dls1012aqds_qspi_defconfig46 CONFIG_ENV_SPI_BUS=0
A Dls1012aqds_tfa_defconfig46 CONFIG_ENV_SPI_BUS=0
A Dsnow_defconfig43 CONFIG_ENV_SPI_BUS=1
A Dspring_defconfig43 CONFIG_ENV_SPI_BUS=1
A Dsam9x60ek_qspiflash_defconfig41 CONFIG_ENV_SPI_BUS=0
A Docteontx2_95xx_defconfig66 CONFIG_ENV_SPI_BUS=0
A Dls1043aqds_tfa_defconfig45 CONFIG_ENV_SPI_BUS=0
A Dls1046aqds_tfa_defconfig46 CONFIG_ENV_SPI_BUS=0
A Dsama5d27_som1_ek_qspiflash_defconfig50 CONFIG_ENV_SPI_BUS=0
A Dimx28_xea_defconfig72 CONFIG_ENV_SPI_BUS=3
A Dsama5d27_wlsom1_ek_qspiflash_defconfig56 CONFIG_ENV_SPI_BUS=2
A Docteontx_83xx_defconfig65 CONFIG_ENV_SPI_BUS=0
A Docteontx2_96xx_defconfig67 CONFIG_ENV_SPI_BUS=0
/u-boot/drivers/net/fm/
A Dfm.c390 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, in fm_init_common()
395 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, in fm_init_common()
477 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
482 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
/u-boot/env/
A Dsf.c47 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device()
60 env_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device()

Completed in 16 milliseconds

12