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

/freebsd-12-stable/sys/dev/iicbus/twsi/
H A Dtwsi.c112 TWSI_WRITE(struct twsi_softc *sc, bus_size_t off, uint32_t val) function
129 TWSI_WRITE(sc, sc->reg_control, val);
142 TWSI_WRITE(sc, sc->reg_control, val);
229 TWSI_WRITE(sc, sc->reg_data, slave);
326 TWSI_WRITE(sc, sc->reg_soft_reset, 0x0);
327 TWSI_WRITE(sc, sc->reg_baud_rate, param);
328 TWSI_WRITE(sc, sc->reg_control, TWSI_CONTROL_TWSIEN);
460 TWSI_WRITE(sc, sc->reg_data, *buf++);
498 TWSI_WRITE(sc, sc->reg_control, sc->control_val);
515 TWSI_WRITE(s
[all...]

Completed in 97 milliseconds