Searched refs:ATMEL_SPI_CR_SWRST (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/spi/ | ||
H A D | atmel_spi.h | 20 #define ATMEL_SPI_CR_SWRST BIT(7) macro |
H A D | atmel_spi.c | 491 writel(ATMEL_SPI_CR_SWRST, &bus_plat->regs->cr); in atmel_spi_probe() |