Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c605 u32 length_field = 0; in xhci_bulk_tx() local
734 length_field = ((trb_buff_len & TRB_LEN_MASK) | in xhci_bulk_tx()
741 trb_fields[2] = length_field; in xhci_bulk_tx()
797 u32 length_field; in xhci_ctrl_tx() local
909 length_field = (length & TRB_LEN_MASK) | xhci_td_remainder(length) | in xhci_ctrl_tx()
913 length_field, (length & TRB_LEN_MASK), in xhci_ctrl_tx()
923 trb_fields[2] = length_field; in xhci_ctrl_tx()