Searched refs:xhci_td_remainder (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-ring.c | 307 static u32 xhci_td_remainder(unsigned int remainder) in xhci_td_remainder() function 684 remainder = xhci_td_remainder(length - running_total); in xhci_bulk_tx() 867 length_field = (length & TRB_LEN_MASK) | xhci_td_remainder(length) | in xhci_ctrl_tx() 872 xhci_td_remainder(length), 0); in xhci_ctrl_tx()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-ring.c | 3485 static u32 xhci_td_remainder(struct xhci_hcd *xhci, int transferred, in xhci_td_remainder() function 3694 remainder = xhci_td_remainder(xhci, enqd_len, trb_buff_len, in xhci_queue_bulk_tx() 3839 remainder = xhci_td_remainder(xhci, 0, in xhci_queue_ctrl_tx() 4156 remainder = xhci_td_remainder(xhci, running_total, in xhci_queue_isoc_tx()
|