Searched refs:GET_TRBS_PER_SEGMENT (Results 1 – 3 of 3) sorted by relevance
118 trb_per_sector = GET_TRBS_PER_SEGMENT(priv_ep->type); in cdns3_dbg_ring()
438 GET_TRBS_PER_SEGMENT(priv_ep->type) > TRBS_PER_SEGMENT ?440 (GET_TRBS_PER_SEGMENT(priv_ep->type) * 65) + CDNS3_MSG_MAX)
998 #define GET_TRBS_PER_SEGMENT(ep_type) ((ep_type) == USB_ENDPOINT_XFER_ISOC ? \ macro