Searched defs:ad1848_softc (Results 1 – 1 of 1) sorted by relevance
47 struct ad1848_softc { struct48 struct device sc_dev; /* base device */49 struct isadev sc_id; /* ISA device */50 void *sc_ih; /* interrupt vectoring */51 bus_space_tag_t sc_iot; /* tag */52 bus_space_handle_t sc_ioh; /* handle */53 int sc_iooffs; /* offset from handle */55 void *parent;56 struct device *sc_isa; /* ISA bus's device */58 char sc_playrun; /* running in continuous mode */[all …]