Searched refs:device_gccfg (Results 1 – 5 of 5) sorted by relevance
| /components/drivers/usb/cherryusb/port/dwc2/ |
| A D | usb_glue_st.c | 113 .device_gccfg = 0, 149 .device_gccfg = (1 << 16), // fs: USB_OTG_GCCFG_PWRDWN 193 .device_gccfg = 0, 199 .device_gccfg = (1 << 16), // fs: USB_OTG_GCCFG_PWRDWN 234 .device_gccfg = (1 << 16), // fs: USB_OTG_GCCFG_PWRDWN 277 .device_gccfg = (1 << 23), // USB_OTG_GCCFG_PHYHSEN 281 .device_gccfg = 0, 368 .device_gccfg = 0, 402 .device_gccfg = (1 << 16), // fs: USB_OTG_GCCFG_PWRDWN 468 .device_gccfg = (1 << 16), [all …]
|
| A D | usb_glue_at.c | 37 .device_gccfg = ((1 << 16) | (1 << 18) | (1 << 19) | (1 << 21)), 39 .device_gccfg = ((1 << 16) | (1 << 21)), 75 .device_gccfg = ((1 << 16) | (1 << 21)),
|
| A D | usb_glue_kendryte.c | 83 .device_gccfg = 0,
|
| A D | usb_dwc2_param.h | 277 uint32_t device_gccfg; member
|
| A D | usb_dc_dwc2.c | 526 USB_OTG_GLB->GCCFG = g_dwc2_udc[busid].user_params.device_gccfg; in usb_dc_init()
|
Completed in 8 milliseconds