Searched refs:CONFIG_ENV_SPI_CS (Results 1 – 25 of 38) sorted by relevance
12
/openbmc/u-boot/drivers/mtd/spi/ |
H A 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()
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | cmd_arc.c | 62 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/drivers/net/fm/ |
H A D | fm.c | 385 CONFIG_ENV_SPI_CS, 0, 0, &new); in fm_init_common() 390 CONFIG_ENV_SPI_CS, in fm_init_common() 471 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, 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/include/ |
H A D | spi_flash.h | 20 #ifndef CONFIG_ENV_SPI_CS 21 # define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS macro
|
/openbmc/u-boot/configs/ |
H A D | M52277EVB_stmicro_defconfig | 19 CONFIG_ENV_SPI_CS=2
|
H A D | M54418TWR_serial_mii_defconfig | 24 CONFIG_ENV_SPI_CS=1
|
H A D | M54418TWR_defconfig | 24 CONFIG_ENV_SPI_CS=1
|
H A D | M54418TWR_serial_rmii_defconfig | 24 CONFIG_ENV_SPI_CS=1
|
H A D | M54451EVB_stmicro_defconfig | 24 CONFIG_ENV_SPI_CS=1
|
H A D | M54455EVB_stm33_defconfig | 29 CONFIG_ENV_SPI_CS=1
|
H A D | stmark2_defconfig | 24 CONFIG_ENV_SPI_CS=1
|
H A D | fpga-ast2600_defconfig | 36 CONFIG_ENV_SPI_CS=0
|
H A D | fpga-ast2605_defconfig | 36 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2400_defconfig | 38 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2500_defconfig | 39 CONFIG_ENV_SPI_CS=0
|
H A D | slt-ast2600_defconfig | 48 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2605_defconfig | 48 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2600-spl-tiny_defconfig | 48 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2500-spl_defconfig | 50 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2600a0_defconfig | 46 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2600a1_defconfig | 48 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2600-ecc_defconfig | 50 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2600_defconfig | 53 CONFIG_ENV_SPI_CS=0
|
H A D | evb-ast2600a0-spl_defconfig | 66 CONFIG_ENV_SPI_CS=0
|
/openbmc/u-boot/env/ |
H A D | sf.c | 47 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device() 60 CONFIG_ENV_SPI_CS, in setup_flash_device()
|
12