Home
last modified time | relevance | path

Searched refs:INT_IN_EP (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h113 #define INT_IN_EP (0x1<<18) macro
248 #define GINTMSK_INIT (INT_OUT_EP | INT_IN_EP | INT_RESUME | INT_ENUMDONE\
H A Ddwc2_udc_otg_xfer_dma.c571 if (intr_status & INT_IN_EP) in dwc2_udc_irq()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h534 case INT_IN_EP: in cdnsp_ep_type_string()
H A Dcdnsp-gadget.h691 #define INT_IN_EP 7 macro
H A Dcdnsp-mem.c904 return in ? INT_IN_EP : INT_OUT_EP; in cdnsp_get_endpoint_type()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h647 #define INT_IN_EP 7 macro
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c330 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
H A Dxhci.h513 #define INT_IN_EP 7 macro
2510 case INT_IN_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1356 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1553 ep_type != INT_IN_EP) in xhci_update_bw_info()
H A Dxhci.c2518 ep_type != INT_IN_EP); in xhci_is_async_ep()
2523 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()