Searched defs:as3722_softc (Results 1 – 1 of 1) sorted by relevance
262 struct as3722_softc { struct263 device_t dev;264 struct sx lock;265 int bus_addr;289 int as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val); argument