Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Datmel_spi.c32 ver = spi_readl(slave, VERSION); in spi_has_wdrbt()
183 spi_readl(as, RDR); in spi_xfer()
187 status = spi_readl(as, SR); in spi_xfer()
201 value = spi_readl(as, RDR); in spi_xfer()
215 status = spi_readl(as, SR); in spi_xfer()
Datmel_spi.h93 #define spi_readl(as, reg) \ macro