Searched refs:trb_size (Results 1 – 2 of 2) sorted by relevance
477 int trb_size; in cdsn2_isoc_burst_opt() local483 trb_size = i / 4; in cdsn2_isoc_burst_opt()484 best_burst = trb_size ? trb_size : 1; in cdsn2_isoc_burst_opt()487 opt_burst = trb_size / axi_burst_option[j]; in cdsn2_isoc_burst_opt()488 opt_burst += trb_size % axi_burst_option[j]; in cdsn2_isoc_burst_opt()
1262 unsigned int trb_size; in xhci_urb_temp_buffer_required() local1274 trb_size = TRB_CACHE_SIZE_SS; in xhci_urb_temp_buffer_required()1276 trb_size = TRB_CACHE_SIZE_HS; in xhci_urb_temp_buffer_required()1282 if (i > trb_size - 2) { in xhci_urb_temp_buffer_required()