Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c88 #define DWC3_DCTL _DWC3_DCTL macro
891 DWC3_regupdateset(dwc3_handle->usb_device, DWC3_DCTL, USB3_DCTL_RUN_STOP); in usb_dwc3_start_device()
1006 DWC3_regupdateclr(dwc3_handle->usb_device, DWC3_DCTL, USB3_DCTL_RUN_STOP); in usb_dwc3_stop_device()
1992 DWC3_regwrite(dwc3_handle->usb_device, DWC3_DCTL, USB3_DCTL_CSFTRST); in dwc3_soft_reset()
1996 while (DWC3_regread(dwc3_handle->usb_device, DWC3_DCTL) & USB3_DCTL_CSFTRST) { in dwc3_soft_reset()