Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg_acpi.c97 sc->sc_mode = DWC_MODE_DEVICE; in dwc_otg_attach()
H A Ddwc_otg_fdt.c113 sc->sc_otg.sc_mode = DWC_MODE_DEVICE; in dwc_otg_attach()
H A Ddwc_otg.h211 #define DWC_MODE_DEVICE 1 /* device only */ macro
H A Ddwc_otg.c371 if (mode == DWC_MODE_DEVICE) { in dwc_otg_init_fifo()
2952 (void) dwc_otg_init_fifo(sc, DWC_MODE_DEVICE); in dwc_otg_interrupt()
3898 case DWC_MODE_DEVICE: in dwc_otg_init()
4020 if (sc->sc_mode == DWC_MODE_OTG || sc->sc_mode == DWC_MODE_DEVICE) { in dwc_otg_init()
4681 if (sc->sc_mode == DWC_MODE_DEVICE || sc->sc_mode == DWC_MODE_OTG) { in dwc_otg_roothub_exec()