Searched refs:DWC3_GTXFIFOSIZ_TXFDEP (Results 1 – 2 of 2) sorted by relevance
760 fifo_depth = DWC3_GTXFIFOSIZ_TXFDEP(size); in dwc3_gadget_clear_tx_fifos()854 last_fifo_depth += DWC3_GTXFIFOSIZ_TXFDEP(fifo_size); in __dwc3_gadget_resize_tx_fifos()965 dwc->last_fifo_depth += DWC3_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()975 fifo_size = DWC3_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()3178 size = DWC3_GTXFIFOSIZ_TXFDEP(size); in dwc3_gadget_init_in_endpoint()
321 #define DWC3_GTXFIFOSIZ_TXFDEP(n) ((n) & 0xffff) macro