Home
last modified time | relevance | path

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

/u-boot/include/
A Dfsl_dspi.h88 #define DSPI_CTAR_PBR(x) (((x) & 0x03) << 16) macro
/u-boot/arch/m68k/include/asm/coldfire/
A Ddspi.h81 #define DSPI_CTAR_PBR(x) (((x)&0x03)<<16) macro
/u-boot/drivers/spi/
A Dcf_spi.c296 bus_setup &= ~(DSPI_CTAR_PBR(0x03) | DSPI_CTAR_BR(0x0f)); in coldfire_spi_set_speed()
297 bus_setup |= (DSPI_CTAR_PBR(best_i) | DSPI_CTAR_BR(best_j)); in coldfire_spi_set_speed()
A Dfsl_dspi.c433 bus_setup &= ~(DSPI_CTAR_DBR | DSPI_CTAR_PBR(0x3) | DSPI_CTAR_BR(0xf)); in fsl_dspi_cfg_speed()
442 bus_setup |= (DSPI_CTAR_PBR(best_i) | DSPI_CTAR_BR(best_j)); in fsl_dspi_cfg_speed()

Completed in 6 milliseconds