Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c739 dwc->last_fifo_depth = fifo_depth; in dwc3_gadget_clear_tx_fifos()
821 remaining = ram1_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()
840 fifo_size |= (fifo_0_start + (dwc->last_fifo_depth << 16)); in dwc3_gadget_resize_tx_fifos()
842 dwc->last_fifo_depth += DWC3_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()
844 dwc->last_fifo_depth += DWC31_GTXFIFOSIZ_TXFDEP(fifo_size); in dwc3_gadget_resize_tx_fifos()
847 if (dwc->last_fifo_depth >= ram1_depth) { in dwc3_gadget_resize_tx_fifos()
849 dwc->last_fifo_depth, ram1_depth, in dwc3_gadget_resize_tx_fifos()
856 dwc->last_fifo_depth -= fifo_size; in dwc3_gadget_resize_tx_fifos()
H A Dcore.h1355 int last_fifo_depth; member
/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c163 int last_fifo_depth = 0; in dwc3_gadget_resize_tx_fifos() local
211 fifo_size |= (last_fifo_depth << 16); in dwc3_gadget_resize_tx_fifos()
214 dep->name, last_fifo_depth, fifo_size & 0xffff); in dwc3_gadget_resize_tx_fifos()
218 last_fifo_depth += (fifo_size & 0xffff); in dwc3_gadget_resize_tx_fifos()