Searched defs:iicbus_softc (Results 1 – 1 of 1) sorted by relevance
38 struct iicbus_softc struct40 device_t dev; /* Myself */41 device_t owner; /* iicbus owner device structure */42 device_t busydev; /* iicbus_release_bus calls unbusy on this */43 u_int owncount; /* iicbus ownership nesting count */44 u_char started; /* address of the 'started' slave46 u_char strict; /* deny operations that violate the48 struct mtx lock;49 u_int bus_freq; /* Configured bus Hz. */