Searched refs:twsi_softc (Results 1 – 4 of 4) 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() 110 TWSI_WRITE(struct twsi_softc *sc, bus_size_t off, uint32_t val) in TWSI_WRITE() 119 twsi_control_clear(struct twsi_softc *sc, uint32_t mask) in twsi_control_clear() 132 twsi_control_set(struct twsi_softc *sc, uint32_t mask) in twsi_control_set() 145 twsi_clear_iflg(struct twsi_softc *sc) in twsi_clear_iflg() 165 twsi_poll_ctrl(struct twsi_softc *sc, int timeout, uint32_t mask) in twsi_poll_ctrl() 187 twsi_locked_start(device_t dev, struct twsi_softc *sc, int32_t mask, in twsi_locked_start() 254 twsi_calc_baud_rate(struct twsi_softc *sc, const u_int target, in twsi_calc_baud_rate() 292 struct twsi_softc *sc; in twsi_reset() 337 struct twsi_softc *sc; in twsi_stop() [all …]
|
| D | mv_twsi.c | 121 sizeof(struct twsi_softc), twsi_driver); 141 struct twsi_softc *sc; in mv_twsi_probe() 156 mv_twsi_cal_baud_rate(struct twsi_softc *sc, const uint32_t target, in mv_twsi_cal_baud_rate() 192 struct twsi_softc *sc; in mv_twsi_attach()
|
| D | a10_twsi.c | 89 struct twsi_softc *sc; in a10_twsi_attach() 148 sizeof(struct twsi_softc), twsi_driver);
|
| D | twsi.h | 48 struct twsi_softc { struct
|