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

/freebsd-13-stable/sys/dev/usb/controller/
H A Ddwc_otg_fdt.c105 sc->sc_otg.sc_bus.parent = dev;
114 sc->sc_otg.sc_mode = DWC_MODE_HOST;
116 sc->sc_otg.sc_mode = DWC_MODE_DEVICE;
124 sc->sc_otg.sc_io_res =
127 if (!(sc->sc_otg.sc_io_res))
141 sc->sc_otg.sc_irq_res =
143 if (sc->sc_otg.sc_irq_res == NULL)
146 sc->sc_otg.sc_bus.bdev = device_add_child(dev, "usbus", -1);
147 if (sc->sc_otg.sc_bus.bdev == NULL)
150 err = dwc_otg_init(&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-13-stable/sys/arm/ti/am335x/
H A Dam335x_musb.c132 struct musbotg_softc sc_otg; member in struct:musbotg_super_softc
143 if (sc->sc_otg.sc_mode == MUSB2_DEVICE_MODE)
144 musbotg_vbus_interrupt(&sc->sc_otg, 1);
147 musbotg_vbus_interrupt(&sc->sc_otg, stat & 1);
253 sc->sc_otg.sc_id = device_get_unit(dev);
296 sc->sc_otg.sc_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ,
298 if (sc->sc_otg.sc_irq_res == NULL) {
305 sc->sc_otg.sc_clocks_on = &musbotg_clocks_on;
306 sc->sc_otg.sc_clocks_off = &musbotg_clocks_off;
307 sc->sc_otg
[all...]
/freebsd-13-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 102 milliseconds