Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-dbgcap.h178 cpu_to_le32(EP_TYPE(t) | MAX_PACKET(p) | MAX_BURST(b))
Dxhci-mem.c1166 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in xhci_setup_addressable_virt_dev()
1475 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()
Dxhci.h479 #define EP_TYPE(p) ((p) << 3) macro
/linux-6.12.1/drivers/usb/early/
Dxhci-dbc.c325 ep_out->ep_info2 = cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()
332 ep_in->ep_info2 = cpu_to_le32(EP_TYPE(BULK_IN_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-mem.c765 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in cdnsp_setup_addressable_priv_dev()
998 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in cdnsp_endpoint_init()
Dcdnsp-gadget.h684 #define EP_TYPE(p) ((p) << 3) macro