HomeSort by relevance Sort by last modified time
    Searched defs:CONFIG_ENV_SPI_CS (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/u-boot/include/configs/
dreamplug.h 40 #define CONFIG_ENV_SPI_CS 0
puma_rk3399.h 16 #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
ds109.h 43 #define CONFIG_ENV_SPI_CS 0
socfpga_sr1500.h 39 #define CONFIG_ENV_SPI_CS 0
bg0900.h 36 #define CONFIG_ENV_SPI_CS 0
mvebu_armada-37xx.h 63 #define CONFIG_ENV_SPI_CS 0
turris_mox.h 70 #define CONFIG_ENV_SPI_CS 0
vinco.h 74 #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
SBx81LIFKW.h 63 #define CONFIG_ENV_SPI_CS 0
ax25-ae350.h 121 #define CONFIG_ENV_SPI_CS 0
ls1012a_common.h 41 #define CONFIG_ENV_SPI_CS 0
microblaze-generic.h 121 # define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
mvebu_armada-8k.h 58 #define CONFIG_ENV_SPI_CS 0
mx28evk.h 52 #define CONFIG_ENV_SPI_CS 0
mx6slevk.h 142 #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
ot1200.h 111 #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
pcm058.h 89 #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
pfla02.h 91 #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
adp-ae3xx.h 210 #define CONFIG_ENV_SPI_CS 0
advantech_dms-ba16.h 224 #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
aristainetos-common.h 157 #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
cgtqmx6eval.h 229 #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
  /external/u-boot/arch/arm/mach-mvebu/include/mach/
config.h 61 #ifndef CONFIG_ENV_SPI_CS
62 # define CONFIG_ENV_SPI_CS 0
  /external/u-boot/env/
sf.c 24 #ifndef CONFIG_ENV_SPI_CS
25 # define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
60 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS,
72 CONFIG_ENV_SPI_CS,
  /external/u-boot/arch/arm/mach-kirkwood/include/mach/
config.h 65 #ifndef CONFIG_ENV_SPI_CS
66 # define CONFIG_ENV_SPI_CS 0

Completed in 735 milliseconds

1 2 3