Searched refs:BCM_BSC_STATUS_RXD (Results 1 – 2 of 2) sorted by relevance
51 #define BCM_BSC_STATUS_RXD (1 << 5) macro
395 } 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()