HomeSort by: relevance | last modified time | path
    Searched refs:hsotg_sc (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/dwc2/
dwc2.h 68 bus_space_read_4((hsotg)->hsotg_sc->sc_iot, (hsotg)->hsotg_sc->sc_ioh, (reg))
70 bus_space_write_4((hsotg)->hsotg_sc->sc_iot, (hsotg)->hsotg_sc->sc_ioh, (reg), (data));
dwc2.c 1272 sc->sc_hsotg->hsotg_sc = sc;
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c 224 struct dwc2_softc *sc = hsotg->hsotg_sc;
260 struct dwc2_softc *sc = hsotg->hsotg_sc;
915 struct dwc2_softc *sc = hsotg->hsotg_sc;
dwc2_core.h 697 struct dwc2_softc *hsotg_sc; member in struct:dwc2_hsotg
dwc2_hcdddma.c 109 err = usb_allocmem(hsotg->hsotg_sc->sc_bus.ub_dmatag,
150 err = usb_allocmem(hsotg->hsotg_sc->sc_bus.ub_dmatag,
dwc2_hcd.c 353 dwc2_root_intr(hsotg->hsotg_sc);
389 dwc2_root_intr(hsotg->hsotg_sc);
735 err = usb_allocmem(hsotg->hsotg_sc->sc_bus.ub_dmatag,
2198 dwc2_root_intr(hsotg->hsotg_sc);
2393 int error = usb_allocmem(hsotg->hsotg_sc->sc_bus.ub_dmatag,
dwc2_hcdintr.c 274 dwc2_root_intr(hsotg->hsotg_sc);
336 dwc2_root_intr(hsotg->hsotg_sc);
419 dwc2_root_intr(hsotg->hsotg_sc);
dwc2_core.c 803 struct dwc2_softc *sc = hsotg->hsotg_sc;
1988 if (hsotg->hsotg_sc->sc_set_dma_addr == NULL) {
1997 (void)(*hsotg->hsotg_sc->sc_set_dma_addr)(
2092 if (hsotg->hsotg_sc->sc_set_dma_addr == NULL) {
2098 (void)(*hsotg->hsotg_sc->sc_set_dma_addr)(

Completed in 44 milliseconds