Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Dstmark2.h83 #define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
91 #define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
92 #define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
H A DM54451EVB.h128 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
135 # define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
136 # define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
H A DM54418TWR.h164 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
171 # define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
172 # define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
H A Dls1012aqds.h85 #define CONFIG_SYS_DSPI_CTAR0 1 macro
H A DM52277EVB.h115 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
H A DM54455EVB.h154 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dcf_spi.c59 #ifdef CONFIG_SYS_DSPI_CTAR0 in cfspi_init()
60 dspi->ctar[0] = CONFIG_SYS_DSPI_CTAR0; in cfspi_init()
215 if ((CONFIG_SYS_DSPI_CTAR0 & DSPI_CTAR_DBR) || in cfspi_setup_slave()
H A Dfsl_dspi.c440 #ifdef CONFIG_SYS_DSPI_CTAR0 in spi_setup_slave()
442 dspi->priv.ctar_val[0] = CONFIG_SYS_DSPI_CTAR0; in spi_setup_slave()
/OK3568_Linux_fs/u-boot/scripts/
H A Dconfig_whitelist.txt2821 CONFIG_SYS_DSPI_CTAR0