Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Domap_udc.c126 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()
956 UDC_EP_NUM); in omap_ep_queue()
959 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
969 UDC_EP_NUM); in omap_ep_queue()
973 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 …]
H A Damd5536udc.h355 #define UDC_EP_NUM 32 macro
533 struct udc_ep ep[UDC_EP_NUM];
H A Domap_udc.h14 #define UDC_EP_NUM (UDC_BASE + 0x4) /* Which endpoint */ macro
H A Dsnps_udc_core.c1538 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) { in udc_setup_endpoints()
1655 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in usb_disconnect()
1968 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in shutdown()
2767 for (i = 0; i < UDC_EP_NUM; i++) { in udc_dev_isr()
2820 for (i = 0; i < UDC_EP_NUM; i++) { in udc_dev_isr()
2991 for (i = 1; i < UDC_EP_NUM; i++) { in udc_irq()