Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/gadget/
Domap_udc.c129 omap_writew(num | select, UDC_EP_NUM); in use_ep()
137 w = omap_readw(UDC_EP_NUM); in deselect_ep()
139 omap_writew(w, UDC_EP_NUM); in deselect_ep()
635 omap_writew(ep->bEndpointAddress & 0xf, UDC_EP_NUM); in next_out_dma()
1015 omap_writew(UDC_EP_SEL | UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
1018 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
1027 omap_writew(UDC_EP_SEL | UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
1031 omap_writew(UDC_EP_SEL, UDC_EP_NUM); in omap_ep_queue()
1484 omap_writew(UDC_EP_SEL|UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1493 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
[all …]
Damd5536udc.h348 #define UDC_EP_NUM 32 macro
528 struct udc_ep ep[UDC_EP_NUM];
Domap_udc.h13 #define UDC_EP_NUM (UDC_BASE + 0x4) /* Which endpoint */ macro
Damd5536udc.c1519 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) { in udc_setup_endpoints()
1641 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in udc_tasklet_disconnect()
1981 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in shutdown()
2796 for (i = 0; i < UDC_EP_NUM; i++) { in udc_dev_isr()
2849 for (i = 0; i < UDC_EP_NUM; i++) { in udc_dev_isr()
3020 for (i = 1; i < UDC_EP_NUM; i++) { in udc_irq()