Searched refs:USBD_EOTINTCLR (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c240 #define USBD_EOTINTCLR(x) ((x) + 0x2A4) macro
280 * USBD_EOTINTST/USBD_EOTINTCLR/USBD_EOTINTSET/
1040 writel((1 << i), USBD_EOTINTCLR(udc->udp_baseaddr));
1578 writel(1 << ep->hwep_num, USBD_EOTINTCLR(udc->udp_baseaddr));
1690 writel(1 << ep->hwep_num, USBD_EOTINTCLR(udc->udp_baseaddr));
2004 writel((1 << ep->hwep_num), USBD_EOTINTCLR(udc->udp_baseaddr));

Completed in 206 milliseconds