Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h564 avg = EP_AVG_TRB_LENGTH(tx_info); in cdnsp_decode_ep_context()
H A Dcdnsp-mem.c763 ep0_ctx->tx_info = cpu_to_le32(EP_AVG_TRB_LENGTH(0x8)); in cdnsp_setup_addressable_priv_dev()
1004 EP_AVG_TRB_LENGTH(avg_trb_len)); in cdnsp_endpoint_init()
H A Dcdnsp-gadget.h708 #define EP_AVG_TRB_LENGTH(p) ((p) & GENMASK(15, 0)) macro