Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.c126 num |= UDC_EP_DIR; in use_ep()
956 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue()
960 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in omap_ep_queue()
969 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in omap_ep_queue()
1439 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1449 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1456 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1458 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
1488 omap_writew(UDC_EP_SEL | UDC_EP_DIR, in ep0_irq()
1622 omap_writew(UDC_EP_DIR, UDC_EP_NUM); in ep0_irq()
[all …]
H A Domap_udc.h17 # define UDC_EP_DIR (1 << 4) macro