Searched refs:sc_otg (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dmusb_otg_atmelarm.c67 struct musbotg_softc sc_otg; /* must be first */ member in struct:musbotg_super_softc
76 musbotg_vbus_interrupt(&sc->sc_otg, vbus_val);
132 sc->sc_otg.sc_clocks_on = &musbotg_clocks_on;
133 sc->sc_otg.sc_clocks_off = &musbotg_clocks_off;
134 sc->sc_otg.sc_clocks_arg = sc;
137 sc->sc_otg.sc_bus.parent = dev;
138 sc->sc_otg.sc_bus.devices = sc->sc_otg.sc_devices;
139 sc->sc_otg.sc_bus.devices_max = MUSB2_MAX_DEVICES;
140 sc->sc_otg
[all...]
H A Datmegadci_atmelarm.c67 struct atmegadci_softc sc_otg; /* must be first */ member in struct:atmegadci_super_softc
97 sc->sc_otg.sc_clocks_on = &atmegadci_clocks_on;
98 sc->sc_otg.sc_clocks_off = &atmegadci_clocks_off;
101 sc->sc_otg.sc_bus.parent = dev;
102 sc->sc_otg.sc_bus.devices = sc->sc_otg.sc_devices;
103 sc->sc_otg.sc_bus.devices_max = ATMEGA_MAX_DEVICES;
104 sc->sc_otg.sc_bus.dma_bits = 32;
107 if (usb_bus_mem_alloc_all(&sc->sc_otg.sc_bus,
112 sc->sc_otg
[all...]
H A Ddwc_otg_atmelarm.c67 struct dwc_otg_softc sc_otg; /* must be first */ member in struct:dwc_otg_super_softc
85 sc->sc_otg.sc_bus.parent = dev;
86 sc->sc_otg.sc_bus.devices = sc->sc_otg.sc_devices;
87 sc->sc_otg.sc_bus.devices_max = DWC_OTG_MAX_DEVICES;
88 sc->sc_otg.sc_bus.dma_bits = 32;
91 if (usb_bus_mem_alloc_all(&sc->sc_otg.sc_bus,
96 sc->sc_otg.sc_io_res =
99 if (!(sc->sc_otg.sc_io_res)) {
103 sc->sc_otg
[all...]
H A Ddwc_otg_fdt.c72 struct dwc_otg_softc sc_otg; /* must be first */ member in struct:dwc_otg_super_softc
98 sc->sc_otg.sc_bus.parent = dev;
99 sc->sc_otg.sc_bus.devices = sc->sc_otg.sc_devices;
100 sc->sc_otg.sc_bus.devices_max = DWC_OTG_MAX_DEVICES;
101 sc->sc_otg.sc_bus.dma_bits = 32;
104 if (usb_bus_mem_alloc_all(&sc->sc_otg.sc_bus,
109 sc->sc_otg.sc_io_res =
112 if (!(sc->sc_otg.sc_io_res)) {
116 sc->sc_otg
[all...]
/freebsd-10.3-release/sys/arm/ti/am335x/
H A Dam335x_usbss.c157 struct musbotg_softc sc_otg[AM335X_USB_PORTS]; member in struct:musbotg_super_softc
168 if (sc->sc_otg[port].sc_mode == MUSB2_DEVICE_MODE)
169 musbotg_vbus_interrupt(&sc->sc_otg[port], 1);
172 musbotg_vbus_interrupt(&sc->sc_otg[port], stat & 1);
328 sc->sc_otg[i].sc_clocks_on = &musbotg_clocks_on;
329 sc->sc_otg[i].sc_clocks_off = &musbotg_clocks_off;
330 sc->sc_otg[i].sc_clocks_arg = &USB_CTRL[i];
332 sc->sc_otg[i].sc_ep_int_set = musbotg_ep_int_set;
335 sc->sc_otg[i].sc_bus.parent = dev;
336 sc->sc_otg[
[all...]

Completed in 108 milliseconds