Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Datmel_spi.h47 #define ATMEL_SPI_SR_OVRES BIT(3) macro
Datmel_spi.c189 if (status & ATMEL_SPI_SR_OVRES) in spi_xfer()
374 if (status & ATMEL_SPI_SR_OVRES) in atmel_spi_xfer()