Searched refs:USBF_BASE_EPN (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c130 #define USBF_BASE_EPN(_n) (0x040 + (_n) * 0x020) macro
131 /* EPn registers offsets from Base + USBF_BASE_EPN(n-1). n=1..15 */
3320 ep->regs = ep->udc->regs + USBF_BASE_EPN(ep->id - 1);

Completed in 146 milliseconds