/src/sys/external/bsd/dwc2/dist/ |
dwc2_core.c | 496 u32 greset; local in function:dwc2_core_reset 502 greset = DWC2_READ_4(hsotg, GRSTCTL); 503 greset |= GRSTCTL_CSFTRST; 504 DWC2_WRITE_4(hsotg, GRSTCTL, greset); 507 greset = DWC2_READ_4(hsotg, GRSTCTL); 511 __func__, greset); 514 } while (greset & GRSTCTL_CSFTRST); 520 greset = DWC2_READ_4(hsotg, GRSTCTL); 524 __func__, greset); 527 } while (!(greset & GRSTCTL_AHBIDLE)) 2492 u32 greset; local in function:dwc2_flush_tx_fifo 2524 u32 greset; local in function:dwc2_flush_rx_fifo [all...] |
dwc2_core.c | 496 u32 greset; local in function:dwc2_core_reset 502 greset = DWC2_READ_4(hsotg, GRSTCTL); 503 greset |= GRSTCTL_CSFTRST; 504 DWC2_WRITE_4(hsotg, GRSTCTL, greset); 507 greset = DWC2_READ_4(hsotg, GRSTCTL); 511 __func__, greset); 514 } while (greset & GRSTCTL_CSFTRST); 520 greset = DWC2_READ_4(hsotg, GRSTCTL); 524 __func__, greset); 527 } while (!(greset & GRSTCTL_AHBIDLE)) 2492 u32 greset; local in function:dwc2_flush_tx_fifo 2524 u32 greset; local in function:dwc2_flush_rx_fifo [all...] |