Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h527 #define DWC3_TRB_SIZE_MASK (0x00ffffff) macro
528 #define DWC3_TRB_SIZE_LENGTH(n) ((n) & DWC3_TRB_SIZE_MASK)
H A Dep0.c812 length = trb->size & DWC3_TRB_SIZE_MASK; in dwc3_ep0_complete_data()
829 length = trb->size & DWC3_TRB_SIZE_MASK; in dwc3_ep0_complete_data()
H A Dgadget.c1712 count = trb->size & DWC3_TRB_SIZE_MASK; in __dwc3_cleanup_done_trbs()