Home
last modified time | relevance | path

Searched refs:EP_AVG_TRB_LENGTH (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-debug.h566 avg = EP_AVG_TRB_LENGTH(tx_info); in cdnsp_decode_ep_context()
Dcdnsp-mem.c764 ep0_ctx->tx_info = cpu_to_le32(EP_AVG_TRB_LENGTH(0x8)); in cdnsp_setup_addressable_priv_dev()
1005 EP_AVG_TRB_LENGTH(avg_trb_len)); in cdnsp_endpoint_init()
Dcdnsp-gadget.h701 #define EP_AVG_TRB_LENGTH(p) ((p) & GENMASK(15, 0)) macro
/linux-6.1.9/drivers/usb/host/
Dxhci.h775 #define EP_AVG_TRB_LENGTH(p) ((p) & 0xffff) macro
2787 avg = EP_AVG_TRB_LENGTH(tx_info); in xhci_decode_ep_context()
Dxhci-mem.c1510 EP_AVG_TRB_LENGTH(avg_trb_len)); in xhci_endpoint_init()