Lines Matching refs:twsi_softc
96 TWSI_READ(struct twsi_softc *sc, bus_size_t off) in TWSI_READ()
107 TWSI_WRITE(struct twsi_softc *sc, bus_size_t off, uint32_t val) in TWSI_WRITE()
116 twsi_control_clear(struct twsi_softc *sc, uint32_t mask) in twsi_control_clear()
129 twsi_control_set(struct twsi_softc *sc, uint32_t mask) in twsi_control_set()
142 twsi_clear_iflg(struct twsi_softc *sc) in twsi_clear_iflg()
162 twsi_poll_ctrl(struct twsi_softc *sc, int timeout, uint32_t mask) in twsi_poll_ctrl()
184 twsi_locked_start(device_t dev, struct twsi_softc *sc, int32_t mask, in twsi_locked_start()
250 twsi_calc_baud_rate(struct twsi_softc *sc, const u_int target, in twsi_calc_baud_rate()
287 struct twsi_softc *sc; in twsi_reset()
326 struct twsi_softc *sc; in twsi_stop()
347 struct twsi_softc *sc; in twsi_repeated_start()
371 struct twsi_softc *sc; in twsi_start()
391 struct twsi_softc *sc; in twsi_read()
439 struct twsi_softc *sc; in twsi_write()
473 twsi_error(struct twsi_softc *sc, int err) in twsi_error()
488 struct twsi_softc *sc; in twsi_transfer()
549 struct twsi_softc *sc; in twsi_intr()
775 struct twsi_softc *sc; in twsi_intr_start()
789 struct twsi_softc *sc; in twsi_attach()
831 struct twsi_softc *sc; in twsi_detach()
876 sizeof(struct twsi_softc));