Searched refs:BCM_I2C_READ (Results 1 – 2 of 2) sorted by relevance
441 sc->sc_flags |= BCM_I2C_READ; in bcm_bsc_fill_tx_fifo()468 if ((sc->sc_flags & BCM_I2C_READ) && (status & BCM_BSC_STATUS_RXD)) in bcm_bsc_intr()479 } else if (!(sc->sc_flags & BCM_I2C_READ)) { in bcm_bsc_intr()592 sc->sc_flags |= BCM_I2C_READ; in bcm_bsc_transfer()595 sc->sc_flags &= ~BCM_I2C_READ; in bcm_bsc_transfer()628 sc->sc_flags &= ~BCM_I2C_READ; in bcm_bsc_transfer()
57 #define BCM_I2C_READ 0x02 macro