Searched refs:ATMEL_SPI_VERSION_REV (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/spi/ | ||
H A D | atmel_spi.h | 67 #define ATMEL_SPI_VERSION_REV(x) ((x) & 0xfff) macro |
H A D | atmel_spi.c | 34 return (ATMEL_SPI_VERSION_REV(ver) >= 0x210); in spi_has_wdrbt() |