Searched refs:txfifo_depth (Results 1 – 1 of 1) sorted by relevance
679 int txfifo_depth = 0; in dwc3_gadget_get_tx_fifos_size() local685 txfifo_depth = DWC3_RAM1_DEPTH(dwc->hwparams.hwparams7); in dwc3_gadget_get_tx_fifos_size()693 txfifo_depth = ram0_depth - DWC3_GRXFIFOSIZ_RXFDEP(rxfifo_size); in dwc3_gadget_get_tx_fifos_size()695 txfifo_depth = ram0_depth - DWC31_GRXFIFOSIZ_RXFDEP(rxfifo_size); in dwc3_gadget_get_tx_fifos_size()698 txfifo_depth -= DWC3_GRXFIFOSIZ_RXFSTADDR(rxfifo_size) >> 16; in dwc3_gadget_get_tx_fifos_size()701 return txfifo_depth; in dwc3_gadget_get_tx_fifos_size()