Searched refs:control_val (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/iicbus/twsi/
H A Dtwsi.h67 uint32_t control_val; member in struct:twsi_softc
H A Dtwsi.c496 sc->control_val = TWSI_CONTROL_TWSIEN |
498 TWSI_WRITE(sc, sc->reg_control, sc->control_val);
511 sc->control_val = TWSI_CONTROL_TWSIEN |
514 sc->control_val &= ~TWSI_CONTROL_ACK;
515 TWSI_WRITE(sc, sc->reg_control, sc->control_val | TWSI_CONTROL_START);
560 TWSI_WRITE(sc, sc->reg_control, sc->control_val);
572 TWSI_WRITE(sc, sc->reg_control, sc->control_val);
579 TWSI_WRITE(sc, sc->reg_control, sc->control_val);
587 sc->control_val = 0;
599 sc->control_val | TWSI_CONTROL_STO
[all...]

Completed in 47 milliseconds