Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/dwc3/
Dgadget.c238 DWC3_TRB_NUM- 1) && in dwc3_gadget_giveback()
342 DWC3_TRB_NUM, in dwc3_alloc_trb_pool()
511 trb_link = &dep->trb_pool[DWC3_TRB_NUM - 1]; in __dwc3_gadget_ep_enable()
724 if (((dep->free_slot & DWC3_TRB_MASK) == DWC3_TRB_NUM - 1) && in dwc3_prepare_one_trb()
793 BUILD_BUG_ON_NOT_POWER_OF_2(DWC3_TRB_NUM); in dwc3_prepare_trbs()
800 max = DWC3_TRB_NUM - (dep->free_slot & DWC3_TRB_MASK); in dwc3_prepare_trbs()
813 trbs_left = DWC3_TRB_NUM; in dwc3_prepare_trbs()
1766 if ((slot == DWC3_TRB_NUM - 1) && in dwc3_cleanup_done_reqs()
1769 slot %= DWC3_TRB_NUM; in dwc3_cleanup_done_reqs()
Dcore.h415 #define DWC3_TRB_NUM 32 macro
416 #define DWC3_TRB_MASK (DWC3_TRB_NUM - 1)