Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c734 length_field = ((trb_buff_len & TRB_LEN_MASK) | in xhci_bulk_tx()
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()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h849 #define TRB_LEN_MASK (0x1ffff) macro