Searched refs:EP_TYPE (Results 1 – 2 of 2) sorted by relevance
1191 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in xhci_setup_addressable_virt_dev()1350 type = EP_TYPE(CTRL_EP); in xhci_get_endpoint_type()1353 type = EP_TYPE(BULK_IN_EP); in xhci_get_endpoint_type()1355 type = EP_TYPE(BULK_OUT_EP); in xhci_get_endpoint_type()1358 type = EP_TYPE(ISOC_IN_EP); in xhci_get_endpoint_type()1360 type = EP_TYPE(ISOC_OUT_EP); in xhci_get_endpoint_type()1363 type = EP_TYPE(INT_IN_EP); in xhci_get_endpoint_type()1365 type = EP_TYPE(INT_OUT_EP); in xhci_get_endpoint_type()
681 #define EP_TYPE(p) ((p) << 3) macro