Home
last modified time | relevance | path

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

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