Home
last modified time | relevance | path

Searched refs:DWC_MODE_OTG (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h210 #define DWC_MODE_OTG 0 /* both modes */ macro
H A Ddwc_otg.c437 if (mode != DWC_MODE_OTG) { in dwc_otg_init_fifo()
4020 if (sc->sc_mode == DWC_MODE_OTG || sc->sc_mode == DWC_MODE_DEVICE) { in dwc_otg_init()
4040 if (sc->sc_mode == DWC_MODE_OTG || sc->sc_mode == DWC_MODE_HOST) { in dwc_otg_init()
4603 if (sc->sc_mode == DWC_MODE_HOST || sc->sc_mode == DWC_MODE_OTG) { in dwc_otg_roothub_exec()
4677 if (sc->sc_mode == DWC_MODE_HOST || sc->sc_mode == DWC_MODE_OTG) { in dwc_otg_roothub_exec()
4681 if (sc->sc_mode == DWC_MODE_DEVICE || sc->sc_mode == DWC_MODE_OTG) { in dwc_otg_roothub_exec()