Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dhw.h537 #define DXEPCTL_NEXTEP(_x) ((_x) << 11) macro
Dgadget.c3276 u32 next = DXEPCTL_NEXTEP((epnum + 1) % 15); in s3c_hsotg_initep()