Searched refs:twsi_softc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/iicbus/controller/twsi/ |
H A D | twsi.c | 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() [all …]
|
H A D | mv_twsi.c | 116 sizeof(struct twsi_softc), twsi_driver); 147 mv_twsi_cal_baud_rate(struct twsi_softc *sc, const uint32_t target, in mv_twsi_cal_baud_rate() 179 struct twsi_softc *sc; in mv_twsi_attach()
|
H A D | a10_twsi.c | 86 struct twsi_softc *sc; in a10_twsi_attach() 145 sizeof(struct twsi_softc), twsi_driver);
|
H A D | twsi.h | 44 struct twsi_softc { struct
|