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

/freebsd-13-stable/sys/dev/iicbus/twsi/
H A Dtwsi.h48 struct twsi_softc { struct
H A Dtwsi.c102 TWSI_READ(struct twsi_softc *sc, bus_size_t off)
112 TWSI_WRITE(struct twsi_softc *sc, bus_size_t off, uint32_t val)
120 twsi_control_clear(struct twsi_softc *sc, uint32_t mask)
133 twsi_control_set(struct twsi_softc *sc, uint32_t mask)
146 twsi_clear_iflg(struct twsi_softc *sc)
166 twsi_poll_ctrl(struct twsi_softc *sc, int timeout, uint32_t mask)
188 twsi_locked_start(device_t dev, struct twsi_softc *sc, int32_t mask,
255 twsi_calc_baud_rate(struct twsi_softc *sc, const u_int target,
293 struct twsi_softc *sc;
338 struct twsi_softc *s
[all...]
H A Da10_twsi.c89 struct twsi_softc *sc;
150 sizeof(struct twsi_softc), twsi_driver);
H A Dmv_twsi.c121 sizeof(struct twsi_softc), twsi_driver);
141 struct twsi_softc *sc;
156 mv_twsi_cal_baud_rate(struct twsi_softc *sc, const uint32_t target,
192 struct twsi_softc *sc;

Completed in 101 milliseconds