Home
last modified time | relevance | path

Searched defs:at91dci_softc (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/dev/usb/controller/
HDat91dci.h203 struct at91dci_softc { struct
204 struct usb_bus sc_bus;
205 union at91dci_hub_temp sc_hub_temp;
207 struct usb_device *sc_devices[AT91_MAX_DEVICES];
208 struct resource *sc_io_res;
209 struct resource *sc_irq_res;
210 void *sc_intr_hdl;
211 bus_size_t sc_io_size;
212 bus_space_tag_t sc_io_tag;
213 bus_space_handle_t sc_io_hdl;
[all …]