Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Domap_udc.c128 omap_writew(num | select, UDC_EP_NUM); in use_ep()
136 w = omap_readw(UDC_EP_NUM); in deselect_ep()
138 omap_writew(w, UDC_EP_NUM); in deselect_ep()
603 omap_writew(ep->bEndpointAddress & 0xf, UDC_EP_NUM); in next_out_dma()
958 UDC_EP_NUM); in omap_ep_queue()
961 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
971 UDC_EP_NUM); in omap_ep_queue()
975 omap_writew(UDC_EP_SEL, UDC_EP_NUM); in omap_ep_queue()
1429 omap_writew(UDC_EP_SEL|UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1438 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
[all …]
Damd5536udc.h348 #define UDC_EP_NUM 32 macro
526 struct udc_ep ep[UDC_EP_NUM];
Domap_udc.h13 #define UDC_EP_NUM (UDC_BASE + 0x4) /* Which endpoint */ macro
Damd5536udc.c1592 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) { in udc_setup_endpoints()
1718 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in udc_tasklet_disconnect()
2033 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in shutdown()
2838 for (i = 0; i < UDC_EP_NUM; i++) { in udc_dev_isr()
2891 for (i = 0; i < UDC_EP_NUM; i++) { in udc_dev_isr()
3062 for (i = 1; i < UDC_EP_NUM; i++) { in udc_irq()