Searched refs:UDC_EP_SEL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 133 w &= ~UDC_EP_SEL; in deselect_ep() 207 use_ep(ep, UDC_EP_SEL); in omap_ep_enable() 792 use_ep(ep, UDC_EP_SEL); in dma_channel_claim() 837 use_ep(ep, UDC_EP_SEL); in dma_channel_release() 953 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue() 966 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue() 971 omap_writew(UDC_EP_SEL, UDC_EP_NUM); in omap_ep_queue() 976 use_ep(ep, UDC_EP_SEL); in omap_ep_queue() 1083 use_ep(ep, UDC_EP_SEL); in omap_ep_set_halt() 1425 omap_writew(UDC_EP_SEL|UDC_EP_DI in ep0_irq() [all...] |
H A D | omap_udc.h | 16 # define UDC_EP_SEL (1 << 5) macro
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 136 w &= ~UDC_EP_SEL; in deselect_ep() 210 use_ep(ep, UDC_EP_SEL); in omap_ep_enable() 795 use_ep(ep, UDC_EP_SEL); in dma_channel_claim() 840 use_ep(ep, UDC_EP_SEL); in dma_channel_release() 956 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue() 969 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue() 974 omap_writew(UDC_EP_SEL, UDC_EP_NUM); in omap_ep_queue() 979 use_ep(ep, UDC_EP_SEL); in omap_ep_queue() 1088 use_ep(ep, UDC_EP_SEL); in omap_ep_set_halt() 1430 omap_writew(UDC_EP_SEL|UDC_EP_DI in ep0_irq() [all...] |
H A D | omap_udc.h | 16 # define UDC_EP_SEL (1 << 5) macro
|
Completed in 6 milliseconds