Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c284 #define DWC3_TRB_SIZE_MASK (0x00ffffffU) macro
285 #define DWC3_TRB_SIZE_LENGTH(n) ((n) & DWC3_TRB_SIZE_MASK)
935 ep->xfer_count = ep->xfer_len - (dwc3_ep->trb_addr->size & DWC3_TRB_SIZE_MASK); in dwc3_ep_stop_xfer()