Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dtegra20_slink.c43 #define SLINK_STAT_RDY BIT(30) macro
149 reg = SLINK_STAT_RDY | SLINK_STAT_RXF_FLUSH | SLINK_STAT_TXF_FLUSH | \ in tegra30_spi_claim_bus()
270 if ((status & (SLINK_STAT_BSY | SLINK_STAT_RDY)) != in tegra30_spi_xfer()
271 SLINK_STAT_RDY) in tegra30_spi_xfer()