Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Domap_udc.c127 num |= UDC_EP_DIR; in use_ep()
957 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue()
961 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
970 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue()
1429 omap_writew(UDC_EP_SEL|UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1438 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1448 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1455 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1457 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1487 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in ep0_irq()
[all …]
Domap_udc.h16 # define UDC_EP_DIR (1 << 4) macro