Searched refs:DWC3_regupdateset (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/st/usb_dwc3/ |
| H A D | usb_dwc3.c | 528 static void DWC3_regupdateset(void *base, uint32_t offset, uint32_t set_mask) in DWC3_regupdateset() function 546 DWC3_regupdateset(handle->usb_global, DWC3_GEVNTSIZ(intr_num), in usb_dwc3_disable_eventint() 891 DWC3_regupdateset(dwc3_handle->usb_device, DWC3_DCTL, USB3_DCTL_RUN_STOP); in usb_dwc3_start_device() 1032 DWC3_regupdateset(dwc3_handle->usb_device, DWC3_DCFG, DWC3_DCFG_DEVADDR((uint32_t)address)); in usb_dwc3_set_address() 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() 2200 DWC3_regupdateset(dwc3_handle->usb_global, DWC3_GUCTL2, DWC3_GUCTL2_RST_ACTBITLATER); in dwc3_dev_init() 2272 DWC3_regupdateset(dwc3_handle->usb_device, DWC3_DALEPENA, DWC3_DALEPENA_EP(0) | in dwc3_dev_init() [all …]
|