Searched refs:BCM_SPI_BUSY (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spivar.h50 #define BCM_SPI_BUSY 0x1 macro
H A Dbcm2835_spi.c379 if ((sc->sc_flags & BCM_SPI_BUSY) == 0) {
443 while (sc->sc_flags & BCM_SPI_BUSY)
447 sc->sc_flags = BCM_SPI_BUSY;

Completed in 105 milliseconds