Searched refs:last_fifo_depth (Results 1 – 2 of 2) sorted by relevance
756 dwc->last_fifo_depth = fifo_depth; in dwc3_gadget_clear_tx_fifos()855 remaining = ram_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()874 fifo_size |= (fifo_0_start + (dwc->last_fifo_depth << 16)); in dwc3_gadget_resize_tx_fifos()876 dwc->last_fifo_depth += DWC3_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()878 dwc->last_fifo_depth += DWC31_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()881 if (dwc->last_fifo_depth >= ram_depth) { in dwc3_gadget_resize_tx_fifos()883 dwc->last_fifo_depth, ram_depth, in dwc3_gadget_resize_tx_fifos()890 dwc->last_fifo_depth -= fifo_size; in dwc3_gadget_resize_tx_fifos()
1398 int last_fifo_depth; member
Completed in 18 milliseconds