Lines Matching defs:ida_softc
126 struct ida_softc { struct
127 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;
139 bus_space_handle_t bsh;
142 bus_dma_tag_t parent_dmat;
143 bus_dma_tag_t buffer_dmat;
145 bus_dma_tag_t hwqcb_dmat;
146 bus_dmamap_t hwqcb_dmamap;
147 bus_addr_t hwqcb_busaddr;
171 struct ida_softc *controller; argument