Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dgadget.c752 dwc->last_fifo_depth = fifo_depth; in dwc3_gadget_clear_tx_fifos()
849 remaining = ram_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()
868 fifo_size |= (fifo_0_start + (dwc->last_fifo_depth << 16)); in dwc3_gadget_resize_tx_fifos()
870 dwc->last_fifo_depth += DWC3_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()
872 dwc->last_fifo_depth += DWC31_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()
875 if (dwc->last_fifo_depth >= ram_depth) { in dwc3_gadget_resize_tx_fifos()
877 dwc->last_fifo_depth, ram_depth, in dwc3_gadget_resize_tx_fifos()
884 dwc->last_fifo_depth -= fifo_size; in dwc3_gadget_resize_tx_fifos()
H A Dcore.h1393 int last_fifo_depth; member