Searched defs:neo_softc (Results 1 – 1 of 1) sorted by relevance
119 struct neo_softc { struct120 struct device dev;122 bus_space_tag_t bufiot;123 bus_space_handle_t bufioh;125 bus_space_tag_t regiot;126 bus_space_handle_t regioh;128 u_int32_t type;129 void *ih;131 void (*pintr)(void *); /* dma completion intr handler */132 void *parg; /* arg for intr() */[all …]