Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c306 static u32 xhci_td_remainder(unsigned int remainder) in xhci_td_remainder() function
683 remainder = xhci_td_remainder(length - running_total); in xhci_bulk_tx()
866 length_field = (length & TRB_LEN_MASK) | xhci_td_remainder(length) | in xhci_ctrl_tx()
871 xhci_td_remainder(length), 0); in xhci_ctrl_tx()
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c3590 static u32 xhci_td_remainder(struct xhci_hcd *xhci, int transferred, in xhci_td_remainder() function
3799 remainder = xhci_td_remainder(xhci, enqd_len, trb_buff_len, in xhci_queue_bulk_tx()
3958 remainder = xhci_td_remainder(xhci, 0, in xhci_queue_ctrl_tx()
4275 remainder = xhci_td_remainder(xhci, running_total, in xhci_queue_isoc_tx()