Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmv_spi.c68 #define MV_SPI_BUSY 0x1 macro
242 if ((sc->sc_flags & MV_SPI_BUSY) == 0) { in mv_spi_intr()
311 while (sc->sc_flags & MV_SPI_BUSY) in mv_spi_transfer()
315 sc->sc_flags = MV_SPI_BUSY; in mv_spi_transfer()