Home
last modified time | relevance | path

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

/f-stack/freebsd/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) { in bcm_spi_intr()
443 while (sc->sc_flags & BCM_SPI_BUSY) in bcm_spi_transfer()
447 sc->sc_flags = BCM_SPI_BUSY; in bcm_spi_transfer()