DWC_MODE_DEVICE
(void) dwc_otg_init_fifo(sc, DWC_MODE_DEVICE);
if (mode == DWC_MODE_DEVICE) {
case DWC_MODE_DEVICE:
if (sc->sc_mode == DWC_MODE_OTG || sc->sc_mode == DWC_MODE_DEVICE) {
if (sc->sc_mode == DWC_MODE_DEVICE || sc->sc_mode == DWC_MODE_OTG) {
sc->sc_mode = DWC_MODE_DEVICE;
sc->sc_otg.sc_mode = DWC_MODE_DEVICE;