Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_bscreg.h53 #define BCM_BSC_STATUS_RXD (1 << 5) macro
H A Dbcm2835_bsc.c398 } while (sc->sc_resid > 0 && (status & BCM_BSC_STATUS_RXD)); in bcm_bsc_empty_rx_fifo()
399 } while (sc->sc_totlen > 0 && (status & BCM_BSC_STATUS_RXD)); in bcm_bsc_empty_rx_fifo()
468 if ((sc->sc_flags & BCM_I2C_READ) && (status & BCM_BSC_STATUS_RXD)) in bcm_bsc_intr()