Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Dlpc32xx_udc.c105 u32 hwep_num; /* Maps to hardware endpoint */ member
979 u32 hwep = ep->hwep_num; in udc_ep_in_req_dma()
1005 u32 hwep = ep->hwep_num; in udc_ep_out_req_dma()
1435 uda_disable_hwepint(ep->udc, ep->hwep_num); in nuke()
1436 udc_disable_hwep(ep->udc, ep->hwep_num); in nuke()
1571 if ((ep->hwep_num_base == 0) || (ep->hwep_num == 0)) in lpc32xx_ep_disable()
1578 udc_ep_dma_disable(udc, ep->hwep_num); in lpc32xx_ep_disable()
1579 writel(1 << ep->hwep_num, USBD_EOTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
1580 writel(1 << ep->hwep_num, USBD_NDDRTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
1581 writel(1 << ep->hwep_num, USBD_SYSERRTINTCLR(udc->udp_baseaddr)); in lpc32xx_ep_disable()
[all …]