Home
last modified time | relevance | path

Searched refs:DSPI_MCR_HALT (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/include/asm/coldfire/
H A Ddspi.h56 #define DSPI_MCR_HALT (0x00000001) macro
/rk3399_rockchip-uboot/include/
H A Dfsl_dspi.h62 #define DSPI_MCR_HALT 0x00000001 macro
/rk3399_rockchip-uboot/drivers/spi/
H A Dfsl_dspi.c140 mcr_val |= DSPI_MCR_HALT; in dspi_halt()
142 mcr_val &= ~DSPI_MCR_HALT; in dspi_halt()