Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/udc/
Dlpc32xx_udc.c104 u32 hwep_num; /* Maps to hardware endpoint */ member
990 u32 hwep = ep->hwep_num; in udc_ep_in_req_dma()
1016 u32 hwep = ep->hwep_num; in udc_ep_out_req_dma()
1446 uda_disable_hwepint(ep->udc, ep->hwep_num); in nuke()
1447 udc_disable_hwep(ep->udc, ep->hwep_num); in nuke()
1582 if ((ep->hwep_num_base == 0) || (ep->hwep_num == 0)) in lpc32xx_ep_disable()
1589 udc_ep_dma_disable(udc, ep->hwep_num); in lpc32xx_ep_disable()
1590 writel(1 << ep->hwep_num, USBD_EOTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
1591 writel(1 << ep->hwep_num, USBD_NDDRTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
1592 writel(1 << ep->hwep_num, USBD_SYSERRTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
[all …]