Searched refs:DWC3_TRB_NUM (Results 1 – 3 of 3) sorted by relevance
171 if (*index == (DWC3_TRB_NUM - 1)) in dwc3_ep_inc_trb()491 sizeof(struct dwc3_trb) * DWC3_TRB_NUM, in dwc3_alloc_trb_pool()506 dma_free_coherent(dwc->sysdev, sizeof(struct dwc3_trb) * DWC3_TRB_NUM, in dwc3_free_trb_pool()950 sizeof(struct dwc3_trb) * DWC3_TRB_NUM); in __dwc3_gadget_ep_enable()955 trb_link = &dep->trb_pool[DWC3_TRB_NUM - 1]; in __dwc3_gadget_ep_enable()1220 tmp = DWC3_TRB_NUM - 1; in dwc3_ep_prev_trb()1245 return DWC3_TRB_NUM - 1; in dwc3_calc_trbs_left()1249 trbs_left &= (DWC3_TRB_NUM - 1); in dwc3_calc_trbs_left()1590 BUILD_BUG_ON_NOT_POWER_OF_2(DWC3_TRB_NUM); in dwc3_prepare_trbs()
715 #define DWC3_TRB_NUM 256 macro
909 for (i = 0; i < DWC3_TRB_NUM; i++) { in dwc3_trb_ring_show()
Completed in 20 milliseconds