HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_DSPI_CTAR0 (Results 1 - 8 of 8) sorted by null

  /external/u-boot/include/configs/
stmark2.h 77 #define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
85 #define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
86 #define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
M54451EVB.h 124 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
131 # define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
132 # define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
M54418TWR.h 159 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
166 # define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
167 # define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
ls1012aqds.h 83 #define CONFIG_SYS_DSPI_CTAR0 1
M52277EVB.h 110 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
M54455EVB.h 150 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \
  /external/u-boot/drivers/spi/
cf_spi.c 58 #ifdef CONFIG_SYS_DSPI_CTAR0
59 dspi->ctar[0] = CONFIG_SYS_DSPI_CTAR0;
214 if ((CONFIG_SYS_DSPI_CTAR0 & DSPI_CTAR_DBR) ||
fsl_dspi.c 439 #ifdef CONFIG_SYS_DSPI_CTAR0
441 dspi->priv.ctar_val[0] = CONFIG_SYS_DSPI_CTAR0;

Completed in 199 milliseconds