Searched defs:ti_iic_softc (Results 1 – 1 of 1) sorted by relevance
164 struct ti_iic_softc { struct165 device_t sc_dev;166 struct i2c_controller sc_ic;167 kmutex_t sc_lock;168 device_t sc_i2cdev;170 bus_space_tag_t sc_iot;171 bus_space_handle_t sc_ioh;173 enum ti_iic_type sc_type;175 void *sc_ih;176 kmutex_t sc_mtx;[all …]