Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c518 static uint32_t DWC3_regread(void *base, uint32_t offset) in DWC3_regread() function
685 reg = DWC3_regread(dwc3_handle->usb_device, DWC3_DEPCMD(phy_epnum)); in dwc3_execute_dep_cmd()
710 if ((DWC3_regread(dwc3_handle->usb_device, in dwc3_is_ep_enabled()
796 (uint8_t)DWC3_DEPCMD_GET_RSC_IDX(DWC3_regread(dwc3_handle->usb_device, in dwc3_ep_start_xfer()
904 return DWC3_regread(dwc3_handle->usb_global, DWC3_GEVNTCOUNT(intr_num)) & in dwc3_read_intr_count()
1010 while ((DWC3_regread(dwc3_handle->usb_device, DWC3_DSTS) & in usb_dwc3_stop_device()
1543 reg = DWC3_regread(dwc3_handle->usb_device, DWC3_DSTS) & USB3_DSTS_CONNECTSPD; in dwc3_get_dev_speed()
1996 while (DWC3_regread(dwc3_handle->usb_device, DWC3_DCTL) & USB3_DCTL_CSFTRST) { in dwc3_soft_reset()
2010 VERBOSE("Core ID %08x\n", (uint32_t)DWC3_regread(dwc3_handle->usb_global, DWC3_GSNPSID)); in dwc3_core_init()
2109 reg = DWC3_regread(dwc3_handle->usb_global, DWC3_GCTL) & ~USB3_GCTL_PRTCAPDIR_MSK; in dwc3_set_current_mode()
[all …]