Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Domap_udc.c123 num |= UDC_EP_DIR; in use_ep()
953 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue()
957 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
966 omap_writew(UDC_EP_SEL | UDC_EP_DIR, 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()
1444 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1451 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1453 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1483 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in ep0_irq()
[all …]
Domap_udc.h17 # define UDC_EP_DIR (1 << 4) macro