Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c241 #define USBD_EOTINTCLR(x) ((x) + 0x2A4) macro
281 * USBD_EOTINTST/USBD_EOTINTCLR/USBD_EOTINTSET/
1041 writel((1 << i), USBD_EOTINTCLR(udc->udp_baseaddr)); in udc_disable()
1579 writel(1 << ep->hwep_num, USBD_EOTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
1691 writel(1 << ep->hwep_num, USBD_EOTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_enable()
2003 writel((1 << ep->hwep_num), USBD_EOTINTCLR(udc->udp_baseaddr)); in udc_handle_dma_ep()
/kernel/linux/linux-6.6/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)); in udc_disable()
1578 writel(1 << ep->hwep_num, USBD_EOTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
1690 writel(1 << ep->hwep_num, USBD_EOTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_enable()
2004 writel((1 << ep->hwep_num), USBD_EOTINTCLR(udc->udp_baseaddr)); in udc_handle_dma_ep()

Completed in 8 milliseconds