Searched refs:TWSI_READ (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/iicbus/twsi/ |
| D | twsi.c | 99 TWSI_READ(struct twsi_softc *sc, bus_size_t off) in TWSI_READ() function 123 val = TWSI_READ(sc, sc->reg_control); in twsi_control_clear() 136 val = TWSI_READ(sc, sc->reg_control); in twsi_control_set() 170 while (!(TWSI_READ(sc, sc->reg_control) & mask)) { in twsi_poll_ctrl() 197 iflg_set = TWSI_READ(sc, sc->reg_control) & TWSI_CONTROL_IFLG; in twsi_locked_start() 219 status = TWSI_READ(sc, sc->reg_status); in twsi_locked_start() 238 status = TWSI_READ(sc, sc->reg_status); in twsi_locked_start() 430 status = TWSI_READ(sc, sc->reg_status); in twsi_read() 438 *buf++ = TWSI_READ(sc, sc->reg_data); in twsi_read() 469 status = TWSI_READ(sc, sc->reg_status); in twsi_write() [all …]
|