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

/freebsd-12-stable/sys/dev/usb/controller/
H A Ddwc_otg_fdt.c106 sc->sc_otg.sc_bus.parent = dev;
107 sc->sc_otg.sc_bus.devices = sc->sc_otg.sc_devices;
108 sc->sc_otg.sc_bus.devices_max = DWC_OTG_MAX_DEVICES;
109 sc->sc_otg.sc_bus.dma_bits = 32;
119 sc->sc_otg.sc_mode = DWC_MODE_HOST;
121 sc->sc_otg.sc_mode = DWC_MODE_DEVICE;
129 if (usb_bus_mem_alloc_all(&sc->sc_otg.sc_bus,
134 sc->sc_otg.sc_io_res =
137 if (!(sc->sc_otg
[all...]
H A Ddwc_otg_fdt.h32 struct dwc_otg_softc sc_otg; /* must be first */ member in struct:dwc_otg_fdt_softc
H A Ddwc_otg_hisi.c78 sc->sc_otg.sc_mode = DWC_MODE_HOST;
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_musb.c128 struct musbotg_softc sc_otg; member in struct:musbotg_super_softc
138 if (sc->sc_otg.sc_mode == MUSB2_DEVICE_MODE)
139 musbotg_vbus_interrupt(&sc->sc_otg, 1);
142 musbotg_vbus_interrupt(&sc->sc_otg, stat & 1);
243 sc->sc_otg.sc_id = device_get_unit(dev);
255 sc->sc_otg.sc_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ,
257 if (sc->sc_otg.sc_irq_res == NULL) {
264 sc->sc_otg.sc_clocks_on = &musbotg_clocks_on;
265 sc->sc_otg.sc_clocks_off = &musbotg_clocks_off;
266 sc->sc_otg
[all...]
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_dwc_fdt.c153 sc->base.sc_otg.sc_phy_type = DWC_OTG_PHY_UTMI;
154 sc->base.sc_otg.sc_phy_bits = 16;

Completed in 111 milliseconds