Home
last modified time | relevance | path

Searched refs:UDC_EP_SEL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/
Domap_udc.c137 w &= ~UDC_EP_SEL; in deselect_ep()
211 use_ep(ep, UDC_EP_SEL); in omap_ep_enable()
796 use_ep(ep, UDC_EP_SEL); in dma_channel_claim()
841 use_ep(ep, UDC_EP_SEL); in dma_channel_release()
957 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue()
970 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue()
975 omap_writew(UDC_EP_SEL, UDC_EP_NUM); in omap_ep_queue()
980 use_ep(ep, UDC_EP_SEL); in omap_ep_queue()
1087 use_ep(ep, UDC_EP_SEL); in omap_ep_set_halt()
1429 omap_writew(UDC_EP_SEL|UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
[all …]
Domap_udc.h15 # define UDC_EP_SEL (1 << 5) macro