Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c329 unsigned int total_packet_count, in xhci_v1_0_td_remainder() argument
345 if ((total_packet_count - packets_transferred) > 31) in xhci_v1_0_td_remainder()
347 return (total_packet_count - packets_transferred) << 17; in xhci_v1_0_td_remainder()
615 unsigned int total_packet_count; in xhci_bulk_tx() local
679 total_packet_count = DIV_ROUND_UP(length, maxpacketsize); in xhci_bulk_tx()
730 total_packet_count, in xhci_bulk_tx()