Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c307 static u32 xhci_td_remainder(unsigned int remainder) in xhci_td_remainder() function
726 remainder = xhci_td_remainder(length - running_total); in xhci_bulk_tx()
909 length_field = (length & TRB_LEN_MASK) | xhci_td_remainder(length) | in xhci_ctrl_tx()
914 xhci_td_remainder(length), 0); in xhci_ctrl_tx()