Searched refs:EP_TYPE (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-dbgcap.h178 cpu_to_le32(EP_TYPE(t) | MAX_PACKET(p) | MAX_BURST(b))
H A Dxhci-mem.c1171 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP));
1480 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) |
H A Dxhci.h478 #define EP_TYPE(p) ((p) << 3) macro
/linux-master/drivers/usb/early/
H A Dxhci-dbc.c325 ep_out->ep_info2 = cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst));
332 ep_in->ep_info2 = cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst));
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-mem.c765 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP));
998 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) |
H A Dcdnsp-gadget.h684 #define EP_TYPE(p) ((p) << 3) macro

Completed in 217 milliseconds