Home
last modified time | relevance | path

Searched refs:ATMEL_SPI_SR_OVRES (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Datmel_spi.h47 #define ATMEL_SPI_SR_OVRES BIT(3) macro
H A Datmel_spi.c184 if (status & ATMEL_SPI_SR_OVRES) in spi_xfer()
369 if (status & ATMEL_SPI_SR_OVRES) in atmel_spi_xfer()