Searched defs:mpu_softc (Results 1 – 1 of 1) sorted by relevance
33 struct mpu_softc { struct34 bus_space_tag_t iot; /* tag */35 bus_space_handle_t ioh; /* handle */36 int iobase;37 int open;38 void (*intr)(void *, int); /* midi input intr handler */39 void *arg; /* arg for intr() */