Searched refs:DWC3_regupdateclr (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/st/usb_dwc3/ |
| H A D | usb_dwc3.c | 533 static void DWC3_regupdateclr(void *base, uint32_t offset, uint32_t clr_mask) in DWC3_regupdateclr() function 540 DWC3_regupdateclr(handle->usb_global, DWC3_GEVNTSIZ(intr_num), in usb_dwc3_enable_eventint() 1006 DWC3_regupdateclr(dwc3_handle->usb_device, DWC3_DCTL, USB3_DCTL_RUN_STOP); in usb_dwc3_stop_device() 1031 DWC3_regupdateclr(dwc3_handle->usb_device, DWC3_DCFG, USB3_DCFG_DEVADDR_MSK); in usb_dwc3_set_address() 2021 DWC3_regupdateclr(dwc3_handle->usb_global, DWC3_GUSB2PHYCFG(0UL), in dwc3_core_init() 2066 DWC3_regupdateclr(dwc3_handle->usb_global, DWC3_GUSB3PIPECTL(0UL), in dwc3_core_init() 2072 DWC3_regupdateclr(dwc3_handle->usb_global, DWC3_GUSB2PHYCFG(0UL), in dwc3_core_init() 2080 DWC3_regupdateclr(dwc3_handle->usb_global, DWC3_GCTL, USB3_GCTL_CORESOFTRESET); in dwc3_core_init()
|