Home
last modified time | relevance | path

Searched refs:DSPI_CTAR_PBR (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h81 #define DSPI_CTAR_PBR(x) (((x)&0x03)<<16) macro
/openbmc/u-boot/include/
H A Dfsl_dspi.h88 #define DSPI_CTAR_PBR(x) (((x) & 0x03) << 16) 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()