Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c691 length_field = ((trb_buff_len & TRB_LEN_MASK) | in xhci_bulk_tx()
866 length_field = (length & TRB_LEN_MASK) | xhci_td_remainder(length) | in xhci_ctrl_tx()
870 length_field, (length & TRB_LEN_MASK), in xhci_ctrl_tx()
H A Dxhci.h848 #define TRB_LEN_MASK (0x1ffff) macro