Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dlpc32xx_udc.c132 u32 hwep_num; /* Maps to hardware endpoint */ member
1039 u32 hwep = ep->hwep_num; in udc_ep_in_req_dma()
1065 u32 hwep = ep->hwep_num; in udc_ep_out_req_dma()
1495 uda_disable_hwepint(ep->udc, ep->hwep_num); in nuke()
1496 udc_disable_hwep(ep->udc, ep->hwep_num); in nuke()
1631 if ((ep->hwep_num_base == 0) || (ep->hwep_num == 0)) in lpc32xx_ep_disable()
1638 udc_ep_dma_disable(udc, ep->hwep_num); in lpc32xx_ep_disable()
1639 writel(1 << ep->hwep_num, USBD_EOTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
1640 writel(1 << ep->hwep_num, USBD_NDDRTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
1641 writel(1 << ep->hwep_num, USBD_SYSERRTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
[all …]