Home
last modified time | relevance | path

Searched refs:INT_OUT_EP (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h124 #define INT_OUT_EP (0x1<<19) macro
262 #define GINTMSK_INIT (INT_OUT_EP | INT_IN_EP | INT_RESUME | INT_ENUMDONE\
H A Ddwc2_udc_otg_xfer_dma.c596 if (intr_status & INT_OUT_EP) in dwc2_udc_irq()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c337 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
382 } else if (ep_type == INT_OUT_EP) { in setup_sch_info()
H A Dxhci.h762 #define INT_OUT_EP 3 macro
2777 case INT_OUT_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1461 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1663 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info()
H A Dxhci.c2500 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h644 #define INT_OUT_EP 3 macro