Searched defs:a37x0_iic_softc (Results 1 – 1 of 1) sorted by relevance
54 struct a37x0_iic_softc { struct55 boolean_t sc_fast_mode;56 bus_space_tag_t sc_bst;57 bus_space_handle_t sc_bsh;58 device_t sc_dev;59 device_t sc_iicbus;60 struct mtx sc_mtx;84 a37x0_iic_rmw(struct a37x0_iic_softc *sc, uint32_t off, uint32_t mask, in a37x0_iic_rmw() argument