Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.c136 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_DIR, UDC_EP_NUM); in ep0_irq()
[all …]
H A Domap_udc.h16 # define UDC_EP_SEL (1 << 5) macro