Home
last modified time | relevance | path

Searched refs:DSPI_CTAR_BR (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dstmark2.h78 DSPI_CTAR_BR(6))
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h89 #define DSPI_CTAR_BR(x) (((x)&0x0F)) macro
/openbmc/u-boot/include/
H A Dfsl_dspi.h96 #define DSPI_CTAR_BR(x) ((x) & 0x0F) macro
/openbmc/u-boot/drivers/spi/
H A Dfsl_dspi.c376 bus_setup &= ~(DSPI_CTAR_DBR | DSPI_CTAR_PBR(0x3) | DSPI_CTAR_BR(0xf)); in fsl_dspi_cfg_speed()
385 bus_setup |= (DSPI_CTAR_PBR(best_i) | DSPI_CTAR_BR(best_j)); in fsl_dspi_cfg_speed()
H A Dcf_spi.c274 bus_setup |= (DSPI_CTAR_PBR(best_i) | DSPI_CTAR_BR(best_j)); in cfspi_setup_slave()