Searched defs:ida_softc (Results 1 – 1 of 1) sorted by relevance
126 struct ida_softc { struct127 device_t dev;128 int unit;130 int regs_res_type;131 int regs_res_id;132 struct resource *regs;134 int irq_res_type;135 struct resource *irq;136 void *ih;138 bus_space_tag_t tag;[all …]