Searched defs:at91twi_softc (Results 1 – 1 of 1) sorted by relevance
36 struct at91twi_softc { struct37 device_t sc_dev; /* generic device */38 bus_space_tag_t sc_iot; /* I/O space tag */39 bus_space_handle_t sc_ioh; /* I/O space handle */41 int sc_pid; /* peripheral id */42 struct i2c_controller sc_i2c; /* I2C device desc */44 void *sc_ih; /* interrupt handle */46 int sc_flags;50 u_char *sc_data;51 int sc_resid;