Home
last modified time | relevance | path

Searched refs:UDC_EP_NUM (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Domap_udc.c124 omap_writew(num | select, UDC_EP_NUM); in use_ep()
132 w = omap_readw(UDC_EP_NUM); in deselect_ep()
134 omap_writew(w, UDC_EP_NUM); in deselect_ep()
599 omap_writew(ep->bEndpointAddress & 0xf, UDC_EP_NUM); in next_out_dma()
954 UDC_EP_NUM); in omap_ep_queue()
957 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
967 UDC_EP_NUM); in omap_ep_queue()
971 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...]
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_plat.c62 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in stop_udc()
H A Dsnps_udc_core.c1542 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) { in udc_setup_endpoints()
1674 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in udc_tasklet_disconnect()
1993 for (tmp = 0; tmp < UDC_EP_NUM; tmp++)
2792 for (i = 0; i < UDC_EP_NUM; i++) {
2845 for (i = 0; i < UDC_EP_NUM; i++) {
3016 for (i = 1; i < UDC_EP_NUM; i++) { in udc_irq()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Domap_udc.c127 omap_writew(num | select, UDC_EP_NUM); in use_ep()
135 w = omap_readw(UDC_EP_NUM); in deselect_ep()
137 omap_writew(w, UDC_EP_NUM); in deselect_ep()
602 omap_writew(ep->bEndpointAddress & 0xf, UDC_EP_NUM); in next_out_dma()
957 UDC_EP_NUM); in omap_ep_queue()
960 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
970 UDC_EP_NUM); in omap_ep_queue()
974 omap_writew(UDC_EP_SEL, UDC_EP_NUM); in omap_ep_queue()
1430 omap_writew(UDC_EP_SEL|UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1439 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_plat.c62 for (tmp = 0; tmp < UDC_EP_NUM; tmp++) in stop_udc()
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++)
2767 for (i = 0; i < UDC_EP_NUM; i++) {
2820 for (i = 0; i < UDC_EP_NUM; i++) {
2991 for (i = 1; i < UDC_EP_NUM; i++) { in udc_irq()

Completed in 16 milliseconds