Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c218 #define DWC3_DEPCFG_EP_NUMBER(n) (((n) & 0x1fUL) << 25) macro
1617 params.param1 |= DWC3_DEPCFG_EP_NUMBER(((uint32_t)epnum << 1) + (is_in ? 1UL : 0UL)); in dwc3_ep_configure()