Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spi.c377 if ((sc->sc_flags & BCM_SPI_BUSY) == 0) { in bcm_spi_intr()
444 while (sc->sc_flags & BCM_SPI_BUSY) in bcm_spi_transfer()
448 sc->sc_flags = BCM_SPI_BUSY; in bcm_spi_transfer()
536 sc->sc_flags &= ~BCM_SPI_BUSY; in bcm_spi_transfer()
H A Dbcm2835_spivar.h49 #define BCM_SPI_BUSY 0x1 macro