Home
last modified time | relevance | path

Searched refs:hsotg_sc (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/external/bsd/dwc2/
Ddwc2.h68 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));
Ddwc2.c1272 sc->sc_hsotg->hsotg_sc = sc; in dwc2_init()
/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_hcdqueue.c224 struct dwc2_softc *sc = hsotg->hsotg_sc; in dwc2_hcd_qh_create()
260 struct dwc2_softc *sc = hsotg->hsotg_sc; in dwc2_hcd_qh_free()
915 struct dwc2_softc *sc = hsotg->hsotg_sc; in dwc2_hcd_qtd_unlink_and_free()
Ddwc2_hcd.c353 dwc2_root_intr(hsotg->hsotg_sc); in dwc2_hcd_disconnect()
389 dwc2_root_intr(hsotg->hsotg_sc); in dwc2_hcd_rem_wakeup()
735 err = usb_allocmem(hsotg->hsotg_sc->sc_bus.ub_dmatag, in dwc2_hc_setup_align_buf()
2198 dwc2_root_intr(hsotg->hsotg_sc); in dwc2_hcd_reset_func()
2393 int error = usb_allocmem(hsotg->hsotg_sc->sc_bus.ub_dmatag, in dwc2_hcd_init()
Ddwc2_hcdddma.c109 err = usb_allocmem(hsotg->hsotg_sc->sc_bus.ub_dmatag, in dwc2_desc_list_alloc()
150 err = usb_allocmem(hsotg->hsotg_sc->sc_bus.ub_dmatag, in dwc2_frame_list_alloc()
Ddwc2_core.c803 struct dwc2_softc *sc = hsotg->hsotg_sc; in dwc2_gahbcfg_init()
1988 if (hsotg->hsotg_sc->sc_set_dma_addr == NULL) { in dwc2_hc_start_transfer()
1997 (void)(*hsotg->hsotg_sc->sc_set_dma_addr)( in dwc2_hc_start_transfer()
2092 if (hsotg->hsotg_sc->sc_set_dma_addr == NULL) { in dwc2_hc_start_transfer_ddma()
2098 (void)(*hsotg->hsotg_sc->sc_set_dma_addr)( in dwc2_hc_start_transfer_ddma()
Ddwc2_core.h697 struct dwc2_softc *hsotg_sc; member
Ddwc2_hcdintr.c274 dwc2_root_intr(hsotg->hsotg_sc); in dwc2_hprt0_enable()
336 dwc2_root_intr(hsotg->hsotg_sc); in dwc2_hprt0_enable()
419 dwc2_root_intr(hsotg->hsotg_sc); in dwc2_port_intr()