Lines Matching refs:reg_control
120 val = TWSI_READ(sc, sc->reg_control); in twsi_control_clear()
125 TWSI_WRITE(sc, sc->reg_control, val); in twsi_control_clear()
133 val = TWSI_READ(sc, sc->reg_control); in twsi_control_set()
138 TWSI_WRITE(sc, sc->reg_control, val); in twsi_control_set()
167 while (!(TWSI_READ(sc, sc->reg_control) & mask)) { in twsi_poll_ctrl()
194 iflg_set = TWSI_READ(sc, sc->reg_control) & TWSI_CONTROL_IFLG; in twsi_locked_start()
316 TWSI_WRITE(sc, sc->reg_control, TWSI_CONTROL_TWSIEN); in twsi_reset()
482 TWSI_WRITE(sc, sc->reg_control, sc->control_val | TWSI_CONTROL_STOP); in twsi_error()
523 TWSI_WRITE(sc, sc->reg_control, sc->control_val | TWSI_CONTROL_START); in twsi_transfer()
538 TWSI_WRITE(sc, sc->reg_control, 0); in twsi_transfer()
562 TWSI_READ(sc, sc->reg_control), status); in twsi_intr()
567 TWSI_WRITE(sc, sc->reg_control, sc->control_val | in twsi_intr()
603 TWSI_WRITE(sc, sc->reg_control, in twsi_intr()
614 TWSI_WRITE(sc, sc->reg_control, in twsi_intr()
641 TWSI_WRITE(sc, sc->reg_control, in twsi_intr()
701 TWSI_WRITE(sc, sc->reg_control, in twsi_intr()
762 TWSI_WRITE(sc, sc->reg_control, sc->control_val | in twsi_intr()