Searched refs:last_fifo_depth (Results 1 – 3 of 3) sorted by relevance
764 dwc->last_fifo_depth = fifo_depth; in dwc3_gadget_clear_tx_fifos()793 u32 fifo_0_start, last_fifo_depth, ram1_depth; in __dwc3_gadget_resize_tx_fifos() local841 last_fifo_depth = dwc->last_fifo_depth; in __dwc3_gadget_resize_tx_fifos()851 fifo_size |= (fifo_0_start + (last_fifo_depth << 16)); in __dwc3_gadget_resize_tx_fifos()854 last_fifo_depth += DWC3_GTXFIFOSIZ_TXFDEP(fifo_size); in __dwc3_gadget_resize_tx_fifos()856 last_fifo_depth += DWC31_GTXFIFOSIZ_TXFDEP(fifo_size); in __dwc3_gadget_resize_tx_fifos()859 if (last_fifo_depth >= ram1_depth) { in __dwc3_gadget_resize_tx_fifos()861 last_fifo_depth, ram1_depth, in __dwc3_gadget_resize_tx_fifos()868 dwc->last_fifo_depth = last_fifo_depth; in __dwc3_gadget_resize_tx_fifos()944 remaining = ram1_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()[all …]
1325 int last_fifo_depth; member
164 int last_fifo_depth = 0; in dwc3_gadget_resize_tx_fifos() local212 fifo_size |= (last_fifo_depth << 16); in dwc3_gadget_resize_tx_fifos()215 dep->name, last_fifo_depth, fifo_size & 0xffff); in dwc3_gadget_resize_tx_fifos()219 last_fifo_depth += (fifo_size & 0xffff); in dwc3_gadget_resize_tx_fifos()