Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_bscreg.h51 #define BCM_BSC_STATUS_RXD (1 << 5) macro
H A Dbcm2835_bsc.c395 } while (sc->sc_resid > 0 && (status & BCM_BSC_STATUS_RXD)); in bcm_bsc_empty_rx_fifo()
396 } while (sc->sc_totlen > 0 && (status & BCM_BSC_STATUS_RXD)); in bcm_bsc_empty_rx_fifo()
465 if ((sc->sc_flags & BCM_I2C_READ) && (status & BCM_BSC_STATUS_RXD)) in bcm_bsc_intr()