Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dgadget.c171 if (*index == (DWC3_TRB_NUM - 1)) in dwc3_ep_inc_trb()
498 sizeof(struct dwc3_trb) * DWC3_TRB_NUM, in dwc3_alloc_trb_pool()
513 dma_free_coherent(dwc->sysdev, sizeof(struct dwc3_trb) * DWC3_TRB_NUM, in dwc3_free_trb_pool()
957 sizeof(struct dwc3_trb) * DWC3_TRB_NUM); in __dwc3_gadget_ep_enable()
962 trb_link = &dep->trb_pool[DWC3_TRB_NUM - 1]; in __dwc3_gadget_ep_enable()
1227 tmp = DWC3_TRB_NUM - 1; in dwc3_ep_prev_trb()
1252 return DWC3_TRB_NUM - 1; in dwc3_calc_trbs_left()
1256 trbs_left &= (DWC3_TRB_NUM - 1); in dwc3_calc_trbs_left()
1597 BUILD_BUG_ON_NOT_POWER_OF_2(DWC3_TRB_NUM); in dwc3_prepare_trbs()
H A Dcore.h715 #define DWC3_TRB_NUM 256 macro