Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/controller/twsi/
H A Dtwsi.c107 TWSI_WRITE(struct twsi_softc *sc, bus_size_t off, uint32_t val) in TWSI_WRITE() function
125 TWSI_WRITE(sc, sc->reg_control, val); in twsi_control_clear()
138 TWSI_WRITE(sc, sc->reg_control, val); in twsi_control_set()
225 TWSI_WRITE(sc, sc->reg_data, slave); in twsi_locked_start()
314 TWSI_WRITE(sc, sc->reg_soft_reset, 0x1); in twsi_reset()
315 TWSI_WRITE(sc, sc->reg_baud_rate, param); in twsi_reset()
316 TWSI_WRITE(sc, sc->reg_control, TWSI_CONTROL_TWSIEN); in twsi_reset()
448 TWSI_WRITE(sc, sc->reg_data, *buf++); in twsi_write()
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()
[all …]