Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c337 #define DWC3_EVT_DEPEVT_EPNUM_BITPOS 1 macro
340 DWC3_EVT_DEPEVT_EPNUM_BITPOS)
1090 return (uint8_t)((event & DWC3_EVT_DEPEVT_EPNUM_MASK) >> DWC3_EVT_DEPEVT_EPNUM_BITPOS); in dwc3_read_ep_evt_epnum()