Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A Dcpu_init.c156 if ((in_be32(&dspi->sr) & DSPI_SR_TXRXS) != DSPI_SR_TXRXS) in cfspi_claim_bus()
/openbmc/u-boot/drivers/spi/
H A Dfsl_dspi.c494 if ((sr_val & DSPI_SR_TXRXS) != DSPI_SR_TXRXS) { in spi_claim_bus()
597 if ((sr_val & DSPI_SR_TXRXS) != DSPI_SR_TXRXS) { in fsl_dspi_claim_bus()
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h93 #define DSPI_SR_TXRXS (0x40000000) macro
/openbmc/u-boot/include/
H A Dfsl_dspi.h100 #define DSPI_SR_TXRXS 0x40000000 macro
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dcpu_init.c466 if ((in_be32(&dspi->sr) & DSPI_SR_TXRXS) != DSPI_SR_TXRXS) in cfspi_claim_bus()