Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c540 DWC3_regupdateclr(handle->usb_global, DWC3_GEVNTSIZ(intr_num), in usb_dwc3_enable_eventint()
546 DWC3_regupdateset(handle->usb_global, DWC3_GEVNTSIZ(intr_num), in usb_dwc3_disable_eventint()
899 DWC3_regwrite(dwc3_handle->usb_global, DWC3_GEVNTCOUNT(intr_num), evt_count); in dwc3_ack_evt_count()
904 return DWC3_regread(dwc3_handle->usb_global, DWC3_GEVNTCOUNT(intr_num)) & in dwc3_read_intr_count()
2010 VERBOSE("Core ID %08x\n", (uint32_t)DWC3_regread(dwc3_handle->usb_global, DWC3_GSNPSID)); in dwc3_core_init()
2021 DWC3_regupdateclr(dwc3_handle->usb_global, DWC3_GUSB2PHYCFG(0UL), in dwc3_core_init()
2025 DWC3_regupdateset(dwc3_handle->usb_global, DWC3_GUSB2PHYCFG(0UL), in dwc3_core_init()
2043 DWC3_regupdateset(dwc3_handle->usb_global, DWC3_GCTL, USB3_GCTL_CORESOFTRESET); in dwc3_core_init()
2047 DWC3_regupdateset(dwc3_handle->usb_global, DWC3_GUSB3PIPECTL(0UL), in dwc3_core_init()
2053 DWC3_regupdateset(dwc3_handle->usb_global, DWC3_GUSB2PHYCFG(0UL), in dwc3_core_init()
[all …]
/rk3399_ARM-atf/include/drivers/st/
H A Dusb_dwc3.h223 usb_dwc3_global_t *usb_global; member