Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c692 length_field = ((trb_buff_len & TRB_LEN_MASK) | in xhci_bulk_tx()
867 length_field = (length & TRB_LEN_MASK) | xhci_td_remainder(length) | in xhci_ctrl_tx()
871 length_field, (length & TRB_LEN_MASK), in xhci_ctrl_tx()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h849 #define TRB_LEN_MASK (0x1ffff) macro