Searched refs:UDC_EP_NUM (Results 1 – 3 of 3) sorted by relevance
126 omap_writew(num | select, UDC_EP_NUM); in use_ep()134 w = omap_readw(UDC_EP_NUM); in deselect_ep()136 omap_writew(w, UDC_EP_NUM); in deselect_ep()601 omap_writew(ep->bEndpointAddress & 0xf, UDC_EP_NUM); in next_out_dma()952 UDC_EP_NUM); in omap_ep_queue()955 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()965 UDC_EP_NUM); in omap_ep_queue()969 omap_writew(UDC_EP_SEL, UDC_EP_NUM); in omap_ep_queue()1425 omap_writew(UDC_EP_SEL|UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()1434 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()[all …]
355 #define UDC_EP_NUM 32 macro533 struct udc_ep ep[UDC_EP_NUM];
14 #define UDC_EP_NUM (UDC_BASE + 0x4) /* Which endpoint */ macro