Searched refs:UDC_EP_NUM (Results 1 – 5 of 5) sorted by relevance
134 w = omap_readw(UDC_EP_NUM); in deselect_ep()136 omap_writew(w, UDC_EP_NUM); in deselect_ep()956 UDC_EP_NUM); in omap_ep_queue()969 UDC_EP_NUM); in omap_ep_queue()1481 omap_writew(0, UDC_EP_NUM); in ep0_irq()1488 UDC_EP_NUM); in ep0_irq()1496 omap_writew(0, UDC_EP_NUM); in ep0_irq()1502 omap_writew(0, UDC_EP_NUM); in ep0_irq()1504 omap_writew(0, UDC_EP_NUM); in ep0_irq()1525 omap_writew(0, 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
61 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in stop_udc()
1538 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()
Completed in 19 milliseconds