Searched refs:BCM_I2C_READ (Results 1 – 2 of 2) sorted by relevance
438 sc->sc_flags |= BCM_I2C_READ; in bcm_bsc_fill_tx_fifo()465 if ((sc->sc_flags & BCM_I2C_READ) && (status & BCM_BSC_STATUS_RXD)) in bcm_bsc_intr()476 } else if (!(sc->sc_flags & BCM_I2C_READ)) { in bcm_bsc_intr()589 sc->sc_flags |= BCM_I2C_READ; in bcm_bsc_transfer()592 sc->sc_flags &= ~BCM_I2C_READ; in bcm_bsc_transfer()625 sc->sc_flags &= ~BCM_I2C_READ; in bcm_bsc_transfer()
55 #define BCM_I2C_READ 0x02 macro