Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
A Dgadget.c705 dwc->last_fifo_depth = fifo_depth; in dwc3_gadget_clear_tx_fifos()
786 remaining = ram1_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()
805 fifo_size |= (fifo_0_start + (dwc->last_fifo_depth << 16)); in dwc3_gadget_resize_tx_fifos()
807 dwc->last_fifo_depth += DWC3_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()
809 dwc->last_fifo_depth += DWC31_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()
812 if (dwc->last_fifo_depth >= ram1_depth) { in dwc3_gadget_resize_tx_fifos()
814 dwc->last_fifo_depth, ram1_depth, in dwc3_gadget_resize_tx_fifos()
821 dwc->last_fifo_depth -= fifo_size; in dwc3_gadget_resize_tx_fifos()
A Dcore.h1306 int last_fifo_depth; member

Completed in 17 milliseconds