Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_DSPI_CTAR0 (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/include/configs/
Dstmark2.h77 #define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
85 #define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
86 #define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
DM54451EVB.h124 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
131 # define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
132 # define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
DM54418TWR.h159 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
166 # define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
167 # define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
Dls1012aqds.h83 #define CONFIG_SYS_DSPI_CTAR0 1 macro
DM52277EVB.h110 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
DM54455EVB.h150 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
/external/u-boot/drivers/spi/
Dcf_spi.c58 #ifdef CONFIG_SYS_DSPI_CTAR0 in cfspi_init()
59 dspi->ctar[0] = CONFIG_SYS_DSPI_CTAR0; in cfspi_init()
214 if ((CONFIG_SYS_DSPI_CTAR0 & DSPI_CTAR_DBR) || in cfspi_setup_slave()
Dfsl_dspi.c439 #ifdef CONFIG_SYS_DSPI_CTAR0 in spi_setup_slave()
441 dspi->priv.ctar_val[0] = CONFIG_SYS_DSPI_CTAR0; in spi_setup_slave()
/external/u-boot/scripts/
Dconfig_whitelist.txt2550 CONFIG_SYS_DSPI_CTAR0