Searched refs:GET_TRBS_PER_SEGMENT (Results 1 – 2 of 2) sorted by relevance
119 trb_per_sector = GET_TRBS_PER_SEGMENT(priv_ep->type); in cdns3_dbg_ring()
985 #define GET_TRBS_PER_SEGMENT(ep_type) ((ep_type) == USB_ENDPOINT_XFER_ISOC ? \ macro