Home
last modified time | relevance | path

Searched refs:DWC_MODE_DEVICE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDdwc_otg_fdt.c100 sc->sc_otg.sc_mode = DWC_MODE_DEVICE; in dwc_otg_attach()
HDdwc_otg.h203 #define DWC_MODE_DEVICE 1 /* device only */ macro
HDdwc_otg.c381 if (mode == DWC_MODE_DEVICE) { in dwc_otg_init_fifo()
2944 (void) dwc_otg_init_fifo(sc, DWC_MODE_DEVICE); in dwc_otg_interrupt()
3878 case DWC_MODE_DEVICE: in dwc_otg_init()
3985 if (sc->sc_mode == DWC_MODE_OTG || sc->sc_mode == DWC_MODE_DEVICE) { in dwc_otg_init()
4690 if (sc->sc_mode == DWC_MODE_DEVICE || sc->sc_mode == DWC_MODE_OTG) { in dwc_otg_roothub_exec()