Home
last modified time | relevance | path

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

/freebsd/sys/dev/intel/
H A Dspi.c77 #define INTELSPI_BUSY 0x1 macro
275 if ((sc->sc_flags & INTELSPI_BUSY) == 0) { in intelspi_intr()
361 while (sc->sc_flags & INTELSPI_BUSY) { in intelspi_transfer()
377 if ((sc->sc_flags & INTELSPI_BUSY) != 0) in intelspi_transfer()
382 sc->sc_flags = INTELSPI_BUSY; in intelspi_transfer()