Home
last modified time | relevance | path

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

/openbmc/u-boot/include/configs/
H A Dstmark2.h71 #define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
79 #define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
80 #define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
H A DM54451EVB.h122 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
129 # define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
130 # define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
H A DM54418TWR.h157 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
164 # define CONFIG_SYS_DSPI_CTAR1 (CONFIG_SYS_DSPI_CTAR0)
165 # define CONFIG_SYS_DSPI_CTAR2 (CONFIG_SYS_DSPI_CTAR0)
H A Dls1012aqds.h80 #define CONFIG_SYS_DSPI_CTAR0 1 macro
H A DM52277EVB.h109 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
H A DM54455EVB.h148 # define CONFIG_SYS_DSPI_CTAR0 (DSPI_CTAR_TRSZ(7) | \ macro
/openbmc/u-boot/drivers/spi/
H A 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()
H A Dfsl_dspi.c434 #ifdef CONFIG_SYS_DSPI_CTAR0 in spi_setup_slave()
436 dspi->priv.ctar_val[0] = CONFIG_SYS_DSPI_CTAR0; in spi_setup_slave()
/openbmc/u-boot/scripts/
H A Dconfig_whitelist.txt2470 CONFIG_SYS_DSPI_CTAR0