Searched defs:as3722_softc (Results 1 – 1 of 1) sorted by relevance
260 struct as3722_softc { struct261 device_t dev;262 struct sx lock;263 int bus_addr;287 int as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val); argument